🔧 Fixes spacing in Netlify config file

This commit is contained in:
Alicia Sykes 2021-11-19 21:24:46 +00:00 committed by GitHub
parent 0ffe1154bd
commit 8911c867ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Essential site config
[build]
base = "/"
base = "/"
command = "yarn build"
publish = "dist"
functions = "services/serverless-functions"
@ -37,6 +37,6 @@
# Set any security headers here
[[headers]]
for = "/*"
[headers.values]
[headers.values]
# Uncomment to enable Netlify user control. You must have a paid plan.
# Basic-Auth = "someuser:somepassword anotheruser:anotherpassword"