oh god (netlify)
This commit is contained in:
@ -1,25 +0,0 @@
|
|||||||
# Build configuration
|
|
||||||
[build]
|
|
||||||
# Base directory - where Netlify installs dependencies and runs build
|
|
||||||
base = "../.."
|
|
||||||
|
|
||||||
# Publish directory - relative to base directory
|
|
||||||
publish = "apps/web/.next"
|
|
||||||
|
|
||||||
# Build command
|
|
||||||
command = "cd apps/web && npm run build"
|
|
||||||
|
|
||||||
# Next.js plugin
|
|
||||||
[[plugins]]
|
|
||||||
package = "@netlify/plugin-nextjs"
|
|
||||||
|
|
||||||
# Redirects for domain migration
|
|
||||||
[[redirects]]
|
|
||||||
from = "https://appcut.app/*"
|
|
||||||
to = "https://opencut.app/:splat"
|
|
||||||
status = 301
|
|
||||||
force = true
|
|
||||||
|
|
||||||
# Functions directory
|
|
||||||
[functions]
|
|
||||||
directory = "apps/web/netlify/functions"
|
|
10
netlify.toml
Normal file
10
netlify.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Next.js plugin
|
||||||
|
[[plugins]]
|
||||||
|
package = "@netlify/plugin-nextjs"
|
||||||
|
|
||||||
|
# Redirects for domain migration
|
||||||
|
[[redirects]]
|
||||||
|
from = "https://appcut.app/*"
|
||||||
|
to = "https://opencut.app/:splat"
|
||||||
|
status = 301
|
||||||
|
force = true
|
Reference in New Issue
Block a user