Skip to content

Commit

Permalink
feat: insert in guestbook and retrieve all guestbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Aug 19, 2023
1 parent df30388 commit 23ee408
Show file tree
Hide file tree
Showing 6 changed files with 4,582 additions and 3,164 deletions.
8 changes: 8 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ module.exports = withBundleAnalyzer({
// So, the source code is "basePath-ready".
// You can remove `basePath` if you don't need it.
reactStrictMode: true,
webpack: (config) => {
config.externals.push({
bufferutil: 'bufferutil',
'utf-8-validate': 'utf-8-validate',
});

return config;
},
});
Loading

0 comments on commit 23ee408

Please sign in to comment.