Skip to content

Commit

Permalink
base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Saffo, David committed Nov 2, 2023
1 parent 45213aa commit 4d24da3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anu-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --base=/anu/",
"preview": "vite preview"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/public/assets/index.4907cc80.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.17e50649.svg" />
<link rel="icon" type="image/svg+xml" href="/anu/assets/favicon.17e50649.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AnuJS Visualization Examples</title>


<script type="module" crossorigin src="/assets/index.4907cc80.js"></script>
<link rel="stylesheet" href="/assets/index.176030ad.css">
<script type="module" crossorigin src="/anu/assets/index.4907cc80.js"></script>
<link rel="stylesheet" href="/anu/assets/index.176030ad.css">
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 4d24da3

Please sign in to comment.