-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed5a9a2
commit 908e0ef
Showing
6 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
* text=auto eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
Access-Control-Allow-Origin: * | ||
|
||
/**/css/* | ||
Access-Control-Allow-Origin: * | ||
X-Robots-Tag: nosnippet, noindex | ||
|
||
/**/img/* | ||
Access-Control-Allow-Origin: * | ||
X-Robots-Tag: nosnippet | ||
|
||
/**/js/* | ||
Access-Control-Allow-Origin: * | ||
X-Robots-Tag: nosnippet, noindex | ||
|
||
https://:works-misw-jp.pages.dev/* | ||
Access-Control-Allow-Origin: * | ||
X-Robots-Tag: nosnippet, noindex |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/usr/bin/env sh | ||
|
||
corepack enable | ||
corepack prepare pnpm@latest --activate | ||
pnpm i --frozen-lockfile | ||
pnpm build | ||
mv -v _headers dist/ | ||
mv -v _redirects dist/ | ||
|
||
exit |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters