Skip to content

Commit

Permalink
update src/css/index.css and vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephenia committed Jun 19, 2024
1 parent 215c0e3 commit e82520b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
min-width: 320px;
min-height: 100vh;
align-items: flex-start;
background: url(./assets/background/background.png);
background-image: url(./assets/background/background.png);
background-size: cover;
}

Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
build: {
sourcemap: false,
outDir: './dist',
assetsDir: './assets',
//assetsDir: './assets',
},
plugins: [solid()],
base: '/PokeGen/'
Expand Down

0 comments on commit e82520b

Please sign in to comment.