mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-08-21 18:28:46 -04:00
netlify fix?
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 = "build"
|
||||
functions = "netlify/functions"
|
||||
|
||||
[dev]
|
||||
command = "npm run dev"
|
||||
port = 5173
|
||||
|
||||
[functions]
|
||||
node_bundler = "esbuild"
|
Reference in New Issue
Block a user