We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41572e2 commit 3b544acCopy full SHA for 3b544ac
web/astro.config.mjs
@@ -7,7 +7,11 @@ import starlightScrollToTop from 'starlight-scroll-to-top'
7
8
export default defineConfig({
9
site: SITE_URL,
10
- trailingSlash: 'never',
+ build: {
11
+ // Generates /reference/createBlip.html instead of /reference/createBlip/index.html
12
+ // which makes the canonical URL not have a trailing slash.
13
+ format: 'file',
14
+ },
15
redirects: {
16
'/reference/matrix': '/reference/Matrix',
17
},
0 commit comments