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

@@ -7,7 +7,7 @@ import "./src/env.js";
/** @type {import("next").NextConfig} */
const config = {
output: "export",
basePath: process.env.NEXT_PUBLIC_BASE_PATH || undefined,
basePath: process.env.BASE_PATH || undefined,
images: {
unoptimized: true,
},