16 lines
369 B
TOML
16 lines
369 B
TOML
[build]
|
|
publish = "public"
|
|
command = "npm run s build:preview diff:fail"
|
|
|
|
[context.production]
|
|
command = "npm run s build:production diff:fail"
|
|
|
|
[[redirects]]
|
|
from = "https://docs.opentelemetry.io/*"
|
|
to = "https://opentelemetry.io/docs/:splat"
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "https://blog.opentelemetry.io/*"
|
|
to = "https://opentelemetry.io/blog/:splat"
|
|
force = true |