mirror of
https://github.com/ershisan99/www.git
synced 2026-01-08 05:12:11 +00:00
wip
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
* for Docker builds.
|
||||
*/
|
||||
import './src/env.js'
|
||||
import createNextIntlPlugin from 'next-intl/plugin'
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {}
|
||||
|
||||
export default config
|
||||
const config = {
|
||||
output: 'standalone',
|
||||
}
|
||||
const withNextIntl = createNextIntlPlugin()
|
||||
export default withNextIntl(config)
|
||||
|
||||
Reference in New Issue
Block a user