feat: ship self-hosted KOC LOOP workflows
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import type { NextConfig } from "next";
|
||||
import path from "node:path";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: "export",
|
||||
basePath: "/koc",
|
||||
assetPrefix: "/koc",
|
||||
trailingSlash: true,
|
||||
images: { unoptimized: true },
|
||||
turbopack: { root: path.resolve(process.cwd()) },
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user