Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HWJones authored Dec 12, 2024
1 parent 9ee1c90 commit 4d68d17
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig
const nextConfig = {
output: 'export',
basePath: '/crystal-diffraction-simulator',
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

0 comments on commit 4d68d17

Please sign in to comment.