authelia/docs/netlify.toml

44 lines
811 B
TOML
Raw Normal View History

[build]
publish = "public"
functions = "functions"
[build.environment]
2022-12-07 12:55:16 +00:00
NODE_VERSION = "16.18.1"
NPM_VERSION = "8.19.2"
2023-02-02 23:45:50 +00:00
GO_VERSION = "1.19.5"
[context.production]
2022-12-07 12:55:16 +00:00
command = "pnpm run build"
[context.deploy-preview]
2022-12-07 12:55:16 +00:00
command = "pnpm run build --baseURL $DEPLOY_URL"
[context.branch-deploy]
2022-12-07 12:55:16 +00:00
command = "pnpm run build --baseURL $DEPLOY_URL"
[context.next]
2022-12-07 12:55:16 +00:00
command = "pnpm run build"
[context.next.environment]
HUGO_ENV = "next"
[[plugins]]
package = "netlify-plugin-submit-sitemap"
[plugins.inputs]
baseUrl = "https://www.authelia.com/"
sitemapPath = "/sitemap.xml"
ignorePeriod = 0
providers = [
"google",
"yandex"
]
[dev]
framework = "#custom"
command = "npm run start"
targetPort = 1313
port = 8888
publish = "public"
autoLaunch = false