Skip to content

Commit f1908d7

Browse files
authored
Merge pull request #925 from vuejs-jp/remove/netlify-redirect
fix: Remove redirects from netlify.toml configuration file
2 parents dbe81a9 + a3bb83a commit f1908d7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

netlify.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,3 @@
1111
# `cp ./netlify/_noIndexHeaders ./dist/_headers` to add noindex headers
1212
command = "pnpm rebuild && pnpm build && cp ./netlify/_noIndexHeaders ./dist/_headers"
1313
publish = "dist/"
14-
15-
[[redirects]]
16-
# get contents from dist/* by accessing /2025/*
17-
from = "/2025/*"
18-
to = "/:splat"
19-
status = 200
20-
21-
[[redirects]]
22-
# redirect all requests to /2025/:splat
23-
from = "/*"
24-
to = "/2025/:splat"
25-
status = 301

0 commit comments

Comments
 (0)