Skip to content

Commit

Permalink
remove unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc1412 committed Feb 3, 2025
1 parent 17bc661 commit cb1bf4e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin();

/** @type {import('next').NextConfig} */
const nextConfig = {
i18n: {
locales: ['en', 'de'],
defaultLocale: 'en',
}
};
const nextConfig = {};

export default withNextIntl(nextConfig);

0 comments on commit cb1bf4e

Please sign in to comment.