We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbe81a9 + a3bb83a commit f1908d7Copy full SHA for f1908d7
netlify.toml
@@ -11,15 +11,3 @@
11
# `cp ./netlify/_noIndexHeaders ./dist/_headers` to add noindex headers
12
command = "pnpm rebuild && pnpm build && cp ./netlify/_noIndexHeaders ./dist/_headers"
13
publish = "dist/"
14
-
15
-[[redirects]]
16
- # get contents from dist/* by accessing /2025/*
17
- from = "/2025/*"
18
- to = "/:splat"
19
- status = 200
20
21
22
- # redirect all requests to /2025/:splat
23
- from = "/*"
24
- to = "/2025/:splat"
25
- status = 301
0 commit comments