refactor: chaange figma structure with single package
This commit is contained in:
11
netlify.toml
Normal file
11
netlify.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[build]
|
||||
command = "npm run build"
|
||||
publish = "dist"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "18"
|
||||
Reference in New Issue
Block a user