From 8e85688a049dcfa5beb7b37768c8365b9382edba Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 14 May 2024 14:03:56 -0400 Subject: [PATCH] turn off cleanUrls for now (http-server has some issue) ``` Run ./muffet \ http://localhost:8080/ 404 (following redirect http://localhost:8080/contributing/) http://localhost:8080/contributing 404 (following redirect http://localhost:8080/docs/) http://localhost:8080/docs 404 (following redirect http://localhost:8080/guide/) http://localhost:8080/guide ``` Signed-off-by: Rui Chen --- runatlantis.io/.vitepress/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/runatlantis.io/.vitepress/config.ts b/runatlantis.io/.vitepress/config.ts index 519e41ff39..792fdc4baa 100644 --- a/runatlantis.io/.vitepress/config.ts +++ b/runatlantis.io/.vitepress/config.ts @@ -8,7 +8,6 @@ export default defineConfig({ description: 'Atlantis: Terraform Pull Request Automation', lang: 'en-US', lastUpdated: true, - cleanUrls: true, locales: { root: { label: 'English',