We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4cf11 commit 1859d12Copy full SHA for 1859d12
astro.config.ts
@@ -43,6 +43,7 @@ const runLinkCheck = process.env.RUN_LINK_CHECK || false;
43
// https://astro.build/config
44
export default defineConfig({
45
site: "https://developers.cloudflare.com",
46
+ trailingSlash: "always",
47
markdown: {
48
smartypants: false,
49
rehypePlugins: [
0 commit comments