Skip to content

Commit 634caf3

Browse files
committed
test: disable trailingSlash
1 parent 30abc00 commit 634caf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import tailwindcss from '@tailwindcss/vite'
66
export default defineConfig({
77
site: 'https://pokeapi.co',
88
base: '',
9-
trailingSlash: 'always',
9+
// trailingSlash: 'always',
1010
integrations: [
1111
starlight({
1212
title: 'PokéAPI',

0 commit comments

Comments
 (0)