Switch to export mode
This commit is contained in:
+2
-2
@@ -5,11 +5,11 @@ const withMDX = createMDX();
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const config = {
|
const config = {
|
||||||
serverExternalPackages: ["@takumi-rs/core", "typescript", "twoslash"],
|
serverExternalPackages: ["@takumi-rs/core", "typescript", "twoslash"],
|
||||||
// output: "export",
|
output: "export",
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
allowedDevOrigins: ["duckity.com", "duckity.dev"],
|
allowedDevOrigins: ["duckity.com", "duckity.dev"],
|
||||||
basePath: "/docs",
|
basePath: "/docs",
|
||||||
// trailingSlash: true,
|
trailingSlash: true,
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user