Skip to content

Commit

Permalink
Removed static generation config
Browse files Browse the repository at this point in the history
No longer using github pages and it prevents using dynamic routes
  • Loading branch information
vilnor committed Apr 24, 2024
1 parent e2654b3 commit 2c012bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const withMDX = nextMDX({
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
output: 'export',
basePath: '/UniBasement',
images: {
unoptimized: true,
Expand Down

0 comments on commit 2c012bb

Please sign in to comment.