Skip to content

Commit 9cc510a

Browse files
committed
Revert "undo parent commit"
This reverts commit c214fb6.
1 parent ee57f3d commit 9cc510a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

web/astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ import starlightScrollToTop from 'starlight-scroll-to-top'
77

88
export default defineConfig({
99
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+
},
1015
redirects: {
1116
'/reference/matrix': '/reference/Matrix',
1217
},

0 commit comments

Comments
 (0)