@@ -17,7 +17,7 @@ const gradYears = [1, 2, 3].map((offset) => `${(currentYear + offset) % 100}卒`
17
17
const tweetText = encodeURIComponent (
18
18
' 魔法のスプレッドシート - ITエンジニアインターン情報が集まる魔法のスプレッドシート\n '
19
19
);
20
- const url = encodeURIComponent (' https://magic-spreadsheets.pages.dev ' );
20
+ const url = encodeURIComponent (' https://magic-spreadsheets.github.io ' );
21
21
const hashtags = encodeURIComponent (` 魔法のスプレッドシート,インターン,${gradYears } ` );
22
22
---
23
23
@@ -28,13 +28,13 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
28
28
<meta name =" viewport" content =" width=device-width" />
29
29
<meta name =" generator" content ={ Astro .generator } />
30
30
<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 /" />
32
32
<meta property =" og:title" content =" 魔法のスプレッドシート" />
33
33
<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" />
35
35
<meta property =" twitter:card" content =" summary_large_image" />
36
36
<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" />
38
38
<meta
39
39
property =" twitter:description"
40
40
content =" ITエンジニアインターン情報が集まる魔法のスプレッドシート"
@@ -65,7 +65,7 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
65
65
<div >X で共有</div >
66
66
</div >
67
67
</a >
68
- <CopyButton clipboardText =" https://magic-spreadsheets.pages.dev " />
68
+ <CopyButton clipboardText =" https://magic-spreadsheets.github.io " />
69
69
</div >
70
70
<a href ={ latestDatabase .href } class =" content-card-link" >
71
71
<div class =" content-card top-content-card" >
@@ -129,7 +129,7 @@ const hashtags = encodeURIComponent(`魔法のスプレッドシート,インタ
129
129
を友だちに共有してください!
130
130
</p >
131
131
<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卒 "
133
133
target =" _blank"
134
134
class =" content-button"
135
135
>
0 commit comments