Skip to content

Commit 953896a

Browse files
authoredOct 30, 2024··
fix: trailingSlash should be boolean
1 parent da218db commit 953896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"framework": "astro",
66
"installCommand": "pnpm install",
77
"outputDirectory": "dist",
8-
"trailingSlash": "false"
8+
"trailingSlash": false
99
}

0 commit comments

Comments
 (0)
Please sign in to comment.