Skip to content

Commit 672b6b6

Browse files
Merge pull request #228 from rocky-linux/feature/updates
Fix cross-origin warnings and update dependencies
2 parents 6f76d21 + 44a2dc9 commit 672b6b6

File tree

3 files changed

+1374
-979
lines changed

3 files changed

+1374
-979
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const withNextIntl = createNextIntlPlugin("./i18n/request.ts");
55
/** @type {import('next').NextConfig} */
66
const nextConfig = {
77
typedRoutes: true,
8+
allowedDevOrigins: ["localhost", "127.0.0.1"],
89
images: {
910
remotePatterns: [
1011
{

0 commit comments

Comments
 (0)