Skip to content

Commit ca325de

Browse files
committed
chore: downgrasde canary because of regression
1 parent eb785ed commit ca325de

File tree

4 files changed

+153
-167
lines changed

4 files changed

+153
-167
lines changed

demos/canary/netlify.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ package = "@netlify/plugin-local-install-core"
1717
# Uncomment this if testing the built files rather than dev
1818
[dev]
1919
framework = "#static"
20-
21-
[[redirects]]
22-
from = "/_next/static/*"
23-
to = "/static/:splat"
24-
status = 200
25-
26-
[[redirects]]
27-
from = "/*"
28-
to = "/.netlify/functions/___netlify-handler"
29-
status = 200
20+
# [[redirects]]
21+
# from = "/_next/static/*"
22+
# to = "/static/:splat"
23+
# status = 200
24+
# [[redirects]]
25+
# from = "/*"
26+
# to = "/.netlify/functions/___netlify-handler"
27+
# status = 200

0 commit comments

Comments
 (0)