fix: move netlify config file to root
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
[build]
|
[build]
|
||||||
base = "../.."
|
base = "."
|
||||||
command = "bun install && bunx turbo build --filter=opencut"
|
command = "bun install && bunx turbo build --filter=opencut"
|
||||||
publish = "apps/web/.next"
|
publish = "apps/web/.next"
|
||||||
|
|
||||||
@ -10,4 +10,4 @@
|
|||||||
from = "https://appcut.app/*"
|
from = "https://appcut.app/*"
|
||||||
to = "https://opencut.app/:splat"
|
to = "https://opencut.app/:splat"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
Reference in New Issue
Block a user