Fix standalone build artifacts

- Remove public directory copy (doesn't exist)
- Keep static files copy for standalone build
This commit is contained in:
DaX
2025-06-19 00:53:08 +02:00
parent 62608ebb43
commit e1f68744e7

View File

@@ -10,7 +10,6 @@ frontend:
build:
commands:
- npm run build
- cp -r public .next/standalone/
- cp -r .next/static .next/standalone/.next/
artifacts:
baseDirectory: .next/standalone