Skip to content

Commit

Permalink
#129: change configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brklyn8900 committed Dec 3, 2024
1 parent 684c20b commit d6bf900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
const createNextIntlPlugin = require('next-intl/plugin');

const withNextIntl = createNextIntlPlugin('./i18n/request.js');
const withNextIntl = createNextIntlPlugin();

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: 'standalone',
i18n: {
locales: ['en', 'es'],
defaultLocale: 'en',
defaultLocale: 'en'
},
reactStrictMode: false,
output: 'standalone',
async headers() {
return [
{
Expand Down

0 comments on commit d6bf900

Please sign in to comment.