From f593fae64edeb86a191f98f70c7760f5c857d111 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 24 Aug 2023 14:56:30 -0400 Subject: [PATCH] Add 'pretty_urls' settings for netlify --- netlify.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify.toml b/netlify.toml index 75cda39..671b23a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,8 @@ [build] publish = "dist" command = "npm run build" +[build.processing.html] + pretty_urls = false [[headers]] for = "/assets/*" [headers.values]