Skip to content

Commit a443313

Browse files
authored
feat: README.mdとindex.astroのURIを更新 (#46)
* feat: README.mdとindex.astroのURIを更新 pages.devドメインは301リダイレクトで利用しないため * docs: デプロイ先変更の為、READMEに変更
1 parent 04757b9 commit a443313

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="./public/favicon.svg" width="80">
22

3-
# [魔法のスプレッドシート](https://magic-spreadsheets.pages.dev)
3+
# [魔法のスプレッドシート](https://magic-spreadsheets.github.io)
44

55
IT エンジニアインターン情報が集まる魔法のスプレッドシート
66

@@ -11,7 +11,7 @@ IT エンジニアインターン情報が集まる魔法のスプレッドシ
1111

1212
## Development
1313

14-
このプロジェクトは [pnpm](https://pnpm.io)[Astro](https://astro.build/) を使用し、Cloudflare Pages でデプロイしています。
14+
このプロジェクトは [pnpm](https://pnpm.io)[Astro](https://astro.build/) を使用し、GitHub Pages でデプロイしています。
1515

1616
ローカルで開発する場合は、このリポジトリをクローンし、以下のコマンドを実行して開発サーバを起動してください。
1717

src/pages/index.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const gradYears = [1, 2, 3].map((offset) => `${(currentYear + offset) % 100}卒`
1717
const tweetText = encodeURIComponent(
1818
'魔法のスプレッドシート - ITエンジニアインターン情報が集まる魔法のスプレッドシート\n'
1919
);
20-
const url = encodeURIComponent('https://magic-spreadsheets.pages.dev');
20+
const url = encodeURIComponent('https://magic-spreadsheets.github.io');
2121
const hashtags = encodeURIComponent(`魔法のスプレッドシート,インターン,${gradYears}`);
2222
---
2323

@@ -28,13 +28,13 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
2828
<meta name="viewport" content="width=device-width" />
2929
<meta name="generator" content={Astro.generator} />
3030
<meta name="description" content="ITエンジニアインターン情報が集まる魔法のスプレッドシート" />
31-
<meta property="og:url" content="https://magic-spreadsheets.pages.dev/" />
31+
<meta property="og:url" content="https://magic-spreadsheets.github.io/" />
3232
<meta property="og:title" content="魔法のスプレッドシート" />
3333
<meta property="og:type" content="website" />
34-
<meta property="og:image" content="https://magic-spreadsheets.pages.dev/thumbnail.png" />
34+
<meta property="og:image" content="https://magic-spreadsheets.github.io/thumbnail.png" />
3535
<meta property="twitter:card" content="summary_large_image" />
3636
<meta property="twitter:site" content="@mikan_54951" />
37-
<meta property="twitter:image" content="https://magic-spreadsheets.pages.dev/thumbnail.png" />
37+
<meta property="twitter:image" content="https://magic-spreadsheets.github.io/thumbnail.png" />
3838
<meta
3939
property="twitter:description"
4040
content="ITエンジニアインターン情報が集まる魔法のスプレッドシート"
@@ -65,7 +65,7 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
6565
<div>X で共有</div>
6666
</div>
6767
</a>
68-
<CopyButton clipboardText="https://magic-spreadsheets.pages.dev" />
68+
<CopyButton clipboardText="https://magic-spreadsheets.github.io" />
6969
</div>
7070
<a href={latestDatabase.href} class="content-card-link">
7171
<div class="content-card top-content-card">
@@ -129,7 +129,7 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
129129
を友だちに共有してください!
130130
</p>
131131
<a
132-
href="https://twitter.com/intent/tweet?url=https://magic-spreadsheets.pages.dev&text=%E9%AD%94%E6%B3%95%E3%81%AE%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89%E3%82%B7%E3%83%BC%E3%83%88%20-%20IT%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%B3%E6%83%85%E5%A0%B1%E3%81%8C%E9%9B%86%E3%81%BE%E3%82%8B%E9%AD%94%E6%B3%95%E3%81%AE%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89%E3%82%B7%E3%83%BC%E3%83%88%0a&hashtags=魔法のスプレッドシート,インターン,25卒"
132+
href="https://twitter.com/intent/tweet?url=https://magic-spreadsheets.github.io&text=%E9%AD%94%E6%B3%95%E3%81%AE%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89%E3%82%B7%E3%83%BC%E3%83%88%20-%20IT%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%B3%E6%83%85%E5%A0%B1%E3%81%8C%E9%9B%86%E3%81%BE%E3%82%8B%E9%AD%94%E6%B3%95%E3%81%AE%E3%82%B9%E3%83%97%E3%83%AC%E3%83%83%E3%83%89%E3%82%B7%E3%83%BC%E3%83%88%0a&hashtags=魔法のスプレッドシート,インターン,26卒,27卒,28卒"
133133
target="_blank"
134134
class="content-button"
135135
>

0 commit comments

Comments
 (0)