Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynder063 committed Sep 14, 2024
1 parent 452c1cd commit 01a9c28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import createMDX from "@next/mdx";

/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/database-systems",
assetPrefix: "/database-systems/",
images: {
unoptimized: true,
},
output: "export",
pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"],
// Remove output: "export"
};
Expand Down

0 comments on commit 01a9c28

Please sign in to comment.