Skip to content

Commit

Permalink
vite config update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dayjournal committed Oct 14, 2023
1 parent 97550f6 commit 4964e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Turf.js Starter</title>
<script type="module" crossorigin src="/turfjs-starter/assets/index-ee1dc6cf.js"></script>
<link rel="stylesheet" href="/turfjs-starter/assets/index-1126d8f9.css">
<script type="module" crossorigin src="/maplibregljs-turf-starter/assets/index-ee1dc6cf.js"></script>
<link rel="stylesheet" href="/maplibregljs-turf-starter/assets/index-1126d8f9.css">
</head>
<body>
<div id="map"></div>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
base: '/turfjs-starter/'
base: '/maplibregljs-turf-starter/'
}

0 comments on commit 4964e69

Please sign in to comment.