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:
Anton Gunnarsson
2025-06-26 13:45:15 +00:00
parent e572d9e7e9
commit 133f7b3d75
92 changed files with 72046 additions and 2 deletions

View 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"