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 c2b0521 commit f3fafd2Copy full SHA for f3fafd2
web/astro.config.mjs
@@ -5,9 +5,6 @@ import mtasaStarlightThemePlugin from '@multitheftauto/starlight-theme-mtasa';
5
6
// https://astro.build/config
7
export default defineConfig({
8
- redirects: {
9
- "/wiki/[...slug]": "/[...slug]"
10
- },
11
integrations: [
12
starlight({
13
plugins: [ mtasaStarlightThemePlugin() ],
web/public/_redirects
@@ -0,0 +1,2 @@
1
+/wiki/ /
2
+/wiki/* /:splat
0 commit comments