diff --git a/app/layout.tsx b/app/layout.tsx index bb66e4b..623c225 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,6 +10,12 @@ export const metadata = { template: "%s — Battl Builders", }, description: "Build rifles smarter, not harder.", + icons: { + icon: [ + { url: "/favicon.svg", type: "image/svg+xml" }, + { url: "/favicon-32x32.png", sizes: "32x32", type: "image/png" }, + ], + }, }; const themeScript = ` diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..b356bb2 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..ade3310 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file