chore: update next.js and remove image optimize.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 17s

This commit is contained in:
2023-07-09 08:43:43 +00:00
parent 4f06f56754
commit 90a6a3d9d9
6 changed files with 402 additions and 226 deletions

View File

@@ -8,7 +8,7 @@
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"args": {
"VARIANT": "16-bullseye"
"VARIANT": "18-bullseye"
}
},
// Configure tool-specific properties.
@@ -53,5 +53,5 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"mounts": [],
"postStartCommand": "pnpm install && npm run dev"
"postAttachCommand": "pnpm install && npm run dev"
}