Skip to content

Commit

Permalink
Merge pull request #11 from AOSSIE-Org/fix-workflow
Browse files Browse the repository at this point in the history
FIx Workflow to Github Pages
  • Loading branch information
ManavSarkar authored Mar 8, 2024
2 parents 455411b + 55e81df commit 52ee32f
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 52ee32f

Please sign in to comment.