Skip to content

Commit

Permalink
chore: agrega config netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed Jan 9, 2020
1 parent 61b9ff2 commit 3153489
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

[build]
base = "/"
publish = "/"
command = "npm run build"

[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
cache-control = '''
max-age=0,
no-cache,
no-store,
must-revalidate'''

0 comments on commit 3153489

Please sign in to comment.