Skip to content

Commit c214fb6

Browse files
authored
undo parent commit
Removed custom build format configuration.
1 parent 9cce84d commit c214fb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

web/astro.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ 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-
},
1510
redirects: {
1611
'/reference/matrix': '/reference/Matrix',
1712
},

0 commit comments

Comments
 (0)