Skip to content

Commit

Permalink
update redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Apr 28, 2024
1 parent 1b6f963 commit ec60150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/web/app/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /.netlify/functions/server 200
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build && ./scripts/postbuild.sh",
"build": "nuxt build && ./scripts/postbuild.sh && cp ./app/public/_redirects dist/2024/_redirects",
"preview": "nuxt preview",
"lint": "bun run eslint && bun run htmllint",
"lint-fix": "bun run eslint-fix && bun run htmllint-fix",
Expand Down

0 comments on commit ec60150

Please sign in to comment.