We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b9b49 commit 089d2deCopy full SHA for 089d2de
netlify.toml
@@ -0,0 +1,9 @@
1
+[build]
2
+ base = ""
3
+ publish = "fixtures/dom/build"
4
+ command = "yarn build --type=UMD_DEV && cd fixtures/dom/ && yarn && yarn prestart && yarn build"
5
+
6
+[[redirects]]
7
+ from = "/*"
8
+ to = "/index.html"
9
+ status = 200
0 commit comments