Skip to content

Commit

Permalink
turn off cleanUrls for now (http-server has some issue)
Browse files Browse the repository at this point in the history
```
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 <[email protected]>
  • Loading branch information
chenrui333 committed May 14, 2024
1 parent c27d606 commit 8e85688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runatlantis.io/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default defineConfig({
description: 'Atlantis: Terraform Pull Request Automation',
lang: 'en-US',
lastUpdated: true,
cleanUrls: true,
locales: {
root: {
label: 'English',
Expand Down

0 comments on commit 8e85688

Please sign in to comment.