mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 15:46:32 -05:00
chore: update React dependency ranges and adjust Next.js basePath condition for GitHub Actions.
This commit is contained in:
4
bun.lock
4
bun.lock
@@ -18,8 +18,8 @@
|
||||
"lucide-react": "^0.555.0",
|
||||
"next": "^16.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "19.2.1",
|
||||
"react-dom": "19.2.1",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react-leaflet": "^5.0.0",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"zod": "^3.24.2",
|
||||
|
||||
@@ -7,7 +7,7 @@ import "./src/env.js";
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
output: "export",
|
||||
basePath: process.env.NODE_ENV === "production" ? "/lewisburg-coffee" : undefined,
|
||||
basePath: process.env.GITHUB_ACTIONS ? "/lewisburg-coffee" : undefined,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user