Skip to content

Commit f7b66cb

Browse files
authored
[Docs Site] Disable smartypants processing (#18201)
1 parent 97347ed commit f7b66cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ const autolinkConfig: rehypeAutolinkHeadingsOptions = {
7373
// https://astro.build/config
7474
export default defineConfig({
7575
site: "https://developers.cloudflare.com",
76-
smartypants: false,
7776
markdown: {
77+
smartypants: false,
7878
rehypePlugins: [
7979
[
8080
rehypeMermaid,

0 commit comments

Comments
 (0)