Skip to content

Commit

Permalink
feat: README.mdとindex.astroのURIを更新 (#46)
Browse files Browse the repository at this point in the history
* feat: README.mdとindex.astroのURIを更新

pages.devドメインは301リダイレクトで利用しないため

* docs: デプロイ先変更の為、READMEに変更
  • Loading branch information
hihumikan authored Mar 6, 2024
1 parent 04757b9 commit a443313
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="./public/favicon.svg" width="80">

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

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

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

## Development

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

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

Expand Down
12 changes: 6 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const gradYears = [1, 2, 3].map((offset) => `${(currentYear + offset) % 100}卒`
const tweetText = encodeURIComponent(
'魔法のスプレッドシート - ITエンジニアインターン情報が集まる魔法のスプレッドシート\n'
);
const url = encodeURIComponent('https://magic-spreadsheets.pages.dev');
const url = encodeURIComponent('https://magic-spreadsheets.github.io');
const hashtags = encodeURIComponent(`魔法のスプレッドシート,インターン,${gradYears}`);
---

Expand All @@ -28,13 +28,13 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<meta name="description" content="ITエンジニアインターン情報が集まる魔法のスプレッドシート" />
<meta property="og:url" content="https://magic-spreadsheets.pages.dev/" />
<meta property="og:url" content="https://magic-spreadsheets.github.io/" />
<meta property="og:title" content="魔法のスプレッドシート" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://magic-spreadsheets.pages.dev/thumbnail.png" />
<meta property="og:image" content="https://magic-spreadsheets.github.io/thumbnail.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@mikan_54951" />
<meta property="twitter:image" content="https://magic-spreadsheets.pages.dev/thumbnail.png" />
<meta property="twitter:image" content="https://magic-spreadsheets.github.io/thumbnail.png" />
<meta
property="twitter:description"
content="ITエンジニアインターン情報が集まる魔法のスプレッドシート"
Expand Down Expand Up @@ -65,7 +65,7 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
<div>X で共有</div>
</div>
</a>
<CopyButton clipboardText="https://magic-spreadsheets.pages.dev" />
<CopyButton clipboardText="https://magic-spreadsheets.github.io" />
</div>
<a href={latestDatabase.href} class="content-card-link">
<div class="content-card top-content-card">
Expand Down Expand Up @@ -129,7 +129,7 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
を友だちに共有してください!
</p>
<a
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卒"
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卒"
target="_blank"
class="content-button"
>
Expand Down

0 comments on commit a443313

Please sign in to comment.