Skip to content

Commit d4f5cf3

Browse files
committed
fix(docs): update netlify.toml config per PR bot feedback
- Remove SPA redirects which are inappropriate for static docs. - Remove NPM_FLAGS as they are ignored by npm ci.
1 parent d578ba4 commit d4f5cf3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

netlify.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55

66
[build.environment]
77
NODE_VERSION = "18"
8-
NPM_FLAGS = "--production=false"
9-
10-
[[redirects]]
11-
from = "/*"
12-
to = "/index.html"
13-
status = 200
148

0 commit comments

Comments
 (0)