We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc75a95 commit 9cce84dCopy full SHA for 9cce84d
web/astro.config.mjs
@@ -7,6 +7,11 @@ import starlightScrollToTop from 'starlight-scroll-to-top'
7
8
export default defineConfig({
9
site: SITE_URL,
10
+ 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