feat: Add favicon and update icon and manifest paths to use file conventions and a consistent BASE_PATH.

This commit is contained in:
Sean O'Connor
2026-02-03 18:47:00 -05:00
parent 1fec6dd607
commit 1710f55ceb
5 changed files with 6 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import { env } from "~/env";
export const metadata: Metadata = {
title: "Lewisburg Coffee Map",
description: "Interactive map of coffee shops in Lewisburg, PA",
icons: [{ rel: "icon", url: "/favicon.ico" }],
// icons are automatically handled by file conventions in src/app/
};
export const viewport: Viewport = {