Skip to content

Commit 378c0c9

Browse files
authored
[๐Ÿ› build] ๋นŒ๋“œ ํ”„๋กœ์ ํŠธ ์„ธํŒ… (pie-sfac#101)
1 parent 02b95bf commit 378c0c9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

โ€Žsrc/main.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import ReactDOM from 'react-dom/client';
22

33
import { Provider } from 'react-redux';
4-
import { BrowserRouter, HashRouter } from 'react-router-dom';
5-
6-
import persistStore from 'redux-persist/es/persistStore';
7-
import { PersistGate } from 'redux-persist/integration/react';
4+
import { HashRouter } from 'react-router-dom';
85

96
import App from '@app/App';
10-
117
import { store } from '@stores/store';
8+
import persistStore from 'redux-persist/es/persistStore';
9+
import { PersistGate } from 'redux-persist/integration/react';
1210

1311
import '@styles/main.css';
1412

โ€Žvite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import tsconfigPaths from 'vite-tsconfig-paths';
88
// https://vitejs.dev/config/
99
export default defineConfig({
1010
plugins: [react(), tsconfigPaths(), svgr()],
11-
base: '/pongdongpong/',
11+
base: '/pongdangpong/',
1212
resolve: {
1313
alias: {
1414
'@': path.resolve(__dirname, 'src'),

0 commit comments

Comments
ย (0)