mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
Update next.config.mjs
This commit is contained in:
parent
2c80a98c9d
commit
01bba6cb84
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
import createNextIntlPlugin from 'next-intl/plugin.js';
|
||||
|
||||
const withNextIntl = createNextIntlPlugin();
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
output: "standalone"
|
||||
output: 'standalone'
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
export default withNextIntl(nextConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue