Skip to content

Commit

Permalink
fix: link prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
behoney committed Oct 5, 2024
1 parent a48db25 commit 794e0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- docs/broken-link

env:
PUBLISH_DIR: ./docs/dist
Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from "astro/config";
export default defineConfig({
integrations: [react()],
site: "https://behoney.github.io",
base: process.env.NODE_ENV === "production" ? "/react-geojson-map" : "/",
base: process.env.NODE_ENV === "production" ? "/react-geojson-map/" : "/",
vite: {
watch: {
include: ["./**"],
Expand Down

0 comments on commit 794e0c6

Please sign in to comment.