mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
13 lines
264 B
TOML
13 lines
264 B
TOML
[build]
|
|
publish = "website/_speedpack"
|
|
command = "npm run website-build"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.30"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "0.30"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "0.30"
|