Skip to content

Commit

Permalink
build: new build
Browse files Browse the repository at this point in the history
  • Loading branch information
olyalass committed Jul 31, 2024
1 parent a5dade5 commit 30ad762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dist/kitsune.svg" />
<link rel="icon" type="image/svg+xml" href="/movie-lib/dist/kitsune.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anime Universe</title>
<script type="module" crossorigin src="/dist/assets/index-DuLgL5cG.js"></script>
<link rel="stylesheet" crossorigin href="/dist/assets/index-B-OjW5W6.css">
<script type="module" crossorigin src="/movie-lib/dist/assets/index-DuLgL5cG.js"></script>
<link rel="stylesheet" crossorigin href="/movie-lib/dist/assets/index-B-OjW5W6.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/dist',
base: '/movie-lib/dist',
})

0 comments on commit 30ad762

Please sign in to comment.