Skip to content

Commit 1859d12

Browse files
committed
[Docs Site] Add trailingSlash: always to Astro config
1 parent df4cf11 commit 1859d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const runLinkCheck = process.env.RUN_LINK_CHECK || false;
4343
// https://astro.build/config
4444
export default defineConfig({
4545
site: "https://developers.cloudflare.com",
46+
trailingSlash: "always",
4647
markdown: {
4748
smartypants: false,
4849
rehypePlugins: [

0 commit comments

Comments
 (0)