mirror of
https://github.com/snowykami/web-tools.git
synced 2025-09-01 00:36:23 +00:00
feat: update next.config.ts to set output to standalone
Some checks failed
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Failing after 1m21s
Some checks failed
Build and Push Container Image, Deploy to Host / build-and-push-and-deploy (push) Failing after 1m21s
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone"
|
||||
/* config options here */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user