Skip to content

Commit

Permalink
feat: add netlify.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>

fix vuepress dist path

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed May 8, 2024
1 parent 62094e7 commit 88391da
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 31 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Netlify Config, https://www.netlify.com/docs/netlify-toml-reference/
[build]
base = "/"
publish = "runatlantis.io/.vuepress/dist/"
command = "pnpm website:build"

[[redirects]]
from = "/guide/getting-started.html"
to = "/guide/"
status = 301
force = true

[[redirects]]
from = "/docs/atlantis-yaml-reference.html"
to = "/docs/repo-level-atlantis-yaml.html"
status = 301
force = true

[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Content-Security-Policy = "default-src 'self'"
Cache-Control = "public, max-age=0, must-revalidate"
Strict-Transport-Security = "max-age=31536000"

[[headers]]
for = "*.html"
[headers.values]
Content-Type = "text/html; charset=UTF-8"
2 changes: 0 additions & 2 deletions runatlantis.io/.vuepress/public/_redirects

This file was deleted.

0 comments on commit 88391da

Please sign in to comment.