mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: Add favicon and update icon and manifest paths to use file conventions and a consistent BASE_PATH.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user