Skip to content

Commit a20521b

Browse files
authored
Merge pull request #140 from GoCon/feature/rm_astro_redirects
helpページを追加して、Astroでのリダイレクト廃止
2 parents 0472d69 + e435146 commit a20521b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

public/_redirects

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/pages/help.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<script>
2+
window.location.replace(
3+
"https://docs.google.com/document/d/e/2PACX-1vTND_zm397IJTp4cbZwR3tpOhnsTtLIkDwcqDfMTg1K0jjWrHJ7i70ukkwukW2nL0nioqdCbOUG8E6I/pub",
4+
);
5+
</script>

0 commit comments

Comments
 (0)