Add Wordcloud Component #26

Closed
snedadah wants to merge 17 commits from shahanneda/add-wordcloud into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6273339409 - Show all commits

View File

@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
trailingSlash: true,
}
module.exports = nextConfig