Skip to content

Commit

Permalink
next build && next export-v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Nov 20, 2024
1 parent 52a6523 commit 3c271da
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@

import createNextIntlPlugin from 'next-intl/plugin';

const nextIntlPlugin = createNextIntlPlugin({
locales: ['en', 'bn'],
defaultLocale: 'en',
});


/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
postcss: {},
nextIntl: nextIntlPlugin,


},

Expand Down

0 comments on commit 3c271da

Please sign in to comment.