Merged in feat/sw-2781-partner-sas-site-setup (pull request #2432)
feat(SW-2781): Setup SAS partner site * Add boilerplate for SAS partner site * Fonts * netlify.toml Approved-by: Linus Flood
This commit is contained in:
27
apps/partner-sas/netlify.toml
Normal file
27
apps/partner-sas/netlify.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[build]
|
||||
command = "yarn build"
|
||||
publish = "apps/partner-sas/.next"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "yarn build"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "yarn build"
|
||||
|
||||
[build.environment]
|
||||
# set TERM variable for terminal output
|
||||
TERM = "xterm"
|
||||
|
||||
[[plugins]]
|
||||
package = "@netlify/plugin-nextjs"
|
||||
|
||||
# [images]
|
||||
# remote_images = [
|
||||
# "https://imagevault-stage.scandichotels.com.*",
|
||||
# "https://imagevault.scandichotels.com.*",
|
||||
# ]
|
||||
|
||||
[[headers]]
|
||||
for = "/_next/static/*"
|
||||
[headers.values]
|
||||
cache-control = "public, max-age=31536000, immutable"
|
||||
Reference in New Issue
Block a user