Skip to content

Commit

Permalink
fix: module import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Jul 17, 2024
1 parent 5be359a commit 3dd2dfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/** @type {import('next').NextConfig} */
const path = require('path');

const nextConfig = {
i18n: {
locales: ['en', 'es'],
defaultLocale: 'en',
},
localePath: path.resolve('./public/locales'),
outputFileTracing: true
};

Expand Down

0 comments on commit 3dd2dfa

Please sign in to comment.