Skip to content

Commit

Permalink
Set 'base' config option and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pricebenjamin committed Mar 28, 2024
1 parent b09b93e commit 793ebde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 009-library/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project: Library</title>
<script type="module" crossorigin src="/assets/index-DwlVGObt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B-z6iHiQ.css">
<script type="module" crossorigin src="/009-library/assets/index-DwlVGObt.js"></script>
<link rel="stylesheet" crossorigin href="/009-library/assets/index-B-z6iHiQ.css">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions 009-library/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/009-library/",
});

0 comments on commit 793ebde

Please sign in to comment.