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 8eb2ed7 commit 60d70ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/app/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const config = {
},
{
key: "Content-Security-Policy",
value: "default-src 'self' *.clerk.com *.utfs.io",
value:
"default-src 'self' *.clerk.com *.utfs.io *.clerk.accounts.dev *.vercel.live",
},
],
},
Expand Down
3 changes: 3 additions & 0 deletions apps/app/src/app/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { MetadataRoute } from "next";

import { baseUrl } from "@/lib/url";
import { env } from "@repo/env";
// languages
import enUS from "../../public/locales/en-US.json";
Expand All @@ -22,6 +23,8 @@ export async function generate(lang: string) {
background_color: "#DFF2FD",
theme_color: "#3a506b",
orientation: "portrait",
dir: "ltr",
scope: baseUrl(),
icons: [
{
src: "/images/logo/favicon.svg",
Expand Down

0 comments on commit 60d70ce

Please sign in to comment.