first commit
This commit is contained in:
24
netlify.toml
Normal file
24
netlify.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[images]
|
||||
remote_images = ["https://source.unsplash.com/.*", "https://images.unsplash.com/.*", "https://ext.same-assets.com/.*", "https://ugc.same-assets.com/.*"]
|
||||
|
||||
[build]
|
||||
command = "bun install && bun run build"
|
||||
publish = "dist"
|
||||
functions = "netlify/functions"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "20"
|
||||
VITE_API_URL = "https://io-a.monasefloadbalancer.ir"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
|
||||
[dev]
|
||||
command = "bun run dev"
|
||||
port = 5173
|
||||
targetPort = 5173
|
||||
publish = "dist"
|
||||
autoLaunch = true
|
||||
framework = "vite"
|
Reference in New Issue
Block a user