-
Notifications
You must be signed in to change notification settings - Fork 125
/
netlify.toml
19 lines (15 loc) · 989 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# netlify.toml
# Basic configuration for a Netlify deployment
[build]
publish = "" # Directory to publish
command = "npx respec -s index.html -o index.html --localhost; npx respec -s accname/index.html -o accname/index.html --localhost; npx respec -s core-aam/index.html -o core-aam/index.html --localhost; npx respec -s dpub-aam/index.html -o dpub-aam/index.html --localhost; npx respec -s dpub-aria/index.html -o dpub-aria/index.html --localhost; npx respec -s graphics-aam/index.html -o graphics-aam/index.html --localhost; npx respec -s graphics-aria/index.html -o graphics-aria/index.html --localhost; npx respec -s svg-aam/index.html -o svg-aam/index.html --localhost; npx respec -s mathml-aam/index.html -o mathml-aam/index.html --localhost"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[context.production.environment]
NODE_ENV = "production"
[context.deploy-preview]
NODE_ENV = "Deploy"
[context.branch-deploy.environment]
NODE_ENV = "development"