diff --git a/bun.lock b/bun.lock index 5eeb699..87be420 100644 --- a/bun.lock +++ b/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", diff --git a/next.config.js b/next.config.js index 6b25428..1a2b95f 100644 --- a/next.config.js +++ b/next.config.js @@ -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, },