WIP: pending changes — docs, webhook, nav/footer (committed per Sami request, not yet reviewed)
This commit is contained in:
+5
-7
@@ -1,7 +1,5 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
images: { unoptimized: true }
|
||||
};
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user