Skip to content

Commit

Permalink
chore: enhanced app metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
darklight9811 committed Sep 5, 2024
1 parent 60d70ce commit d1360fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/app/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config = {
{
key: "Content-Security-Policy",
value:
"default-src 'self' *.clerk.com *.utfs.io *.clerk.accounts.dev *.vercel.live",
"default-src 'self' *.clerk.com *.utfs.io *.clerk.accounts.dev vercel.live",
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions apps/app/src/lib/navigation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createSharedPathnamesNavigation } from "next-intl/navigation";

export const locales = ["en-US", "pt-BR"] as const;
export const localePrefix = "always";
export const localePrefix = "never";

export const { Link, redirect, usePathname, useRouter } =
createSharedPathnamesNavigation({ locales, localePrefix });
createSharedPathnamesNavigation({ locales });

0 comments on commit d1360fd

Please sign in to comment.