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.
1 parent 00087d1 commit 2b478f1Copy full SHA for 2b478f1
2 files changed
.changeset/blue-shoes-cross.md
@@ -0,0 +1,5 @@
1
+---
2
+"@suid/site": patch
3
4
+
5
+Fix redirects.
packages/site/vite.config.js
@@ -76,9 +76,9 @@ export default defineConfig({
76
await writeFile(
77
redirectsPath,
78
[
79
- "/* /index.html 200",
80
"https://suid.io/* https://suid.dev/:splat 301!",
81
"https://next.suid.io/* https://next.suid.dev/:splat 301!",
+ "/* /index.html 200",
82
].join("\n")
83
);
84
},
0 commit comments