Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 7edb6f7

Browse files
authored
Created Project Showcase Site
1 parent a981cdf commit 7edb6f7

21 files changed

+14327
-0
lines changed

next.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const withImages = require('next-images')
2+
module.exports = withImages()
3+
module.exports = {
4+
webpack5: true,
5+
webpack: (config) => {
6+
config.resolve.fallback = { fs: false };
7+
8+
return config;
9+
},
10+
};

0 commit comments

Comments
 (0)