Skip to content

Commit

Permalink
removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ManavSarkar committed Mar 8, 2024
1 parent 455411b commit 55e81df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import rehypePrism from '@mapbox/rehype-prism'

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
pageExtensions: ['js', 'jsx', 'mdx'],
reactStrictMode: true,
experimental: {
scrollRestoration: true,
},
output: "standalone",
// pageExtensions: ['js', 'jsx', 'mdx'],
// reactStrictMode: true,
// experimental: {
// scrollRestoration: true,
// },
}

const withMDX = nextMDX({
Expand Down

0 comments on commit 55e81df

Please sign in to comment.