Skip to content

Commit f593fae

Browse files
committed
Add 'pretty_urls' settings for netlify
1 parent 348bf64 commit f593fae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netlify.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[build]
22
publish = "dist"
33
command = "npm run build"
4+
[build.processing.html]
5+
pretty_urls = false
46
[[headers]]
57
for = "/assets/*"
68
[headers.values]

0 commit comments

Comments
 (0)