We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f76d21 + 44a2dc9 commit 672b6b6Copy full SHA for 672b6b6
next.config.mjs
@@ -5,6 +5,7 @@ const withNextIntl = createNextIntlPlugin("./i18n/request.ts");
5
/** @type {import('next').NextConfig} */
6
const nextConfig = {
7
typedRoutes: true,
8
+ allowedDevOrigins: ["localhost", "127.0.0.1"],
9
images: {
10
remotePatterns: [
11
{
0 commit comments