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 30ad762 commit 0b876f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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="/movie-lib/dist/assets/index-DuLgL5cG.js"></script>
<script type="module" crossorigin src="/movie-lib/dist/assets/index-5-9npxk8.js"></script>
<link rel="stylesheet" crossorigin href="/movie-lib/dist/assets/index-B-OjW5W6.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const store: Store<RootState, ActionType> & { dispatch: DispatchType } =
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<Provider store={store}>
<BrowserRouter>
<BrowserRouter basename="/movie-lib/dist">
<App />
</BrowserRouter>
</Provider>
Expand Down

0 comments on commit 0b876f6

Please sign in to comment.