Skip to content

Commit

Permalink
Attempting to fix the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CCoffie committed Mar 26, 2024
1 parent 137e4f7 commit d670f6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
images: {
unoptimized: true
},
basePath: ""
};

export default nextConfig;

0 comments on commit d670f6b

Please sign in to comment.