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.
trailingSlash
1 parent 30abc00 commit 634caf3Copy full SHA for 634caf3
astro.config.mjs
@@ -6,7 +6,7 @@ import tailwindcss from '@tailwindcss/vite'
6
export default defineConfig({
7
site: 'https://pokeapi.co',
8
base: '',
9
- trailingSlash: 'always',
+ // trailingSlash: 'always',
10
integrations: [
11
starlight({
12
title: 'PokéAPI',
0 commit comments