Skip to content

Commit 7decc4c

Browse files
committed
docs: Delete redundant config in app router example
1 parent 9b168c4 commit 7decc4c

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

examples/example-app-router/next.config.mjs

-14
This file was deleted.

examples/example-app-router/next.config.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import {NextConfig} from 'next';
22
import createNextIntlPlugin from 'next-intl/plugin';
33

4-
const withNextIntl = createNextIntlPlugin();
4+
const withNextIntl = createNextIntlPlugin({
5+
experimental: {
6+
createMessagesDeclaration: './messages/en.json'
7+
}
8+
});
59

610
const config: NextConfig = {};
711

0 commit comments

Comments
 (0)