trailing slash fix 2

This commit is contained in:
2026-09-10 21:45:02 +02:00
parent 58ce567c86
commit 6737aba05f
6 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
export default defineConfig({
site: 'https://28k8.moonweb.org',
trailingSlash: 'never',
trailingSlash: 'always',
integrations: [react()],
server: { host: '0.0.0.0' },
vite: { server: { allowedHosts: true } }