Skip to content

Commit cefd3d5

Browse files
committed
Disable pretty URLs in Netlify HTML processing
Added a setting to the Netlify configuration to set 'pretty_urls' to false under [build.processing.html]. This change ensures that URLs are not prettified during the build process.
1 parent a15c0d9 commit cefd3d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[build.environment]
88
NODE_VERSION = "20.10"
99

10+
[build.processing.html]
11+
pretty_urls = false
12+
1013
[[redirects]]
1114
from = "http://www.railseventstore.org/*"
1215
to = "https://railseventstore.org/:splat"

0 commit comments

Comments
 (0)