Skip to content

Commit f6cb796

Browse files
committed
added trailingSlash: 'ignore'
1 parent 6639d4d commit f6cb796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929

3030
site: 'https://rootxjs.github.io',
3131
// base: '/docs',
32-
trailingSlash: 'never',
32+
trailingSlash: 'ignore',
3333

3434
// Adapter
3535
// https://docs.astro.build/en/guides/deploy/

0 commit comments

Comments
 (0)