Skip to content

Commit

Permalink
Merge pull request #3 from CambioML/jojo-dev
Browse files Browse the repository at this point in the history
add next.config.js
  • Loading branch information
Cambio ML authored May 13, 2024
2 parents 7c2abe7 + 6fc113b commit 0fc7996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
images: { unoptimized: true },
};

//prettier-ignore
module.exports = nextConfig
4 changes: 0 additions & 4 deletions next.config.mjs

This file was deleted.

0 comments on commit 0fc7996

Please sign in to comment.