Skip to content

Commit

Permalink
next build && next export-v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Nov 20, 2024
1 parent 29c0a72 commit 18751f9
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},

},
output: "export",
experimental: {
appDir: true,
},
images: {
unoptimized: true,
},

i18n: {
locales: ['en', 'bn'],
defaultLocale: 'en',
},
};

export default config;


/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
/* config options here */
}

module.exports = nextConfig

0 comments on commit 18751f9

Please sign in to comment.