File tree Expand file tree Collapse file tree 7 files changed +9
-10
lines changed
Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2727 "sharp" : " ^0.33.5" ,
2828 "tailwindcss" : " ^3.0.15" ,
2929 "typescript" : " ^4.4.4" ,
30- "vite" : " ^5.4.10 "
30+ "vite" : " ^6.0.3 "
3131 },
3232 "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 3333}
Original file line number Diff line number Diff line change 11import { Paragraph } from "../../Components/Paragraph" ;
22
3- import LevelsSS from "../../Images /PGASGame/LevelsSS.png" ;
4- import MainMenuSS from "../../Images /PGASGame/MainMenuSS.png" ;
5- import PowerupSS from "../../Images /PGASGame/PowerupSS.png" ;
6- import WarningSS from "../../Images /PGASGame/WarningSS.png" ;
3+ import LevelsSS from "../../assets /PGASGame/LevelsSS.png" ;
4+ import MainMenuSS from "../../assets /PGASGame/MainMenuSS.png" ;
5+ import PowerupSS from "../../assets /PGASGame/PowerupSS.png" ;
6+ import WarningSS from "../../assets /PGASGame/WarningSS.png" ;
77
88export default function PGASGame ( ) {
99 return < div className = "relative grid place-items-center" >
@@ -36,10 +36,10 @@ export default function PGASGame(){
3636 < h2 className = "text-xl" > Images</ h2 >
3737 < Paragraph >
3838 < div className = "grid gap-1 grid-cols-1 md:grid-cols-2" >
39- < img src = { LevelsSS } />
40- < img src = { MainMenuSS } />
41- < img src = { PowerupSS } />
42- < img src = { WarningSS } />
39+ < img src = { LevelsSS } alt = "LevelSS.png" />
40+ < img src = { MainMenuSS } alt = "MainMenuSS.png" />
41+ < img src = { PowerupSS } alt = "PowerupSS.png" />
42+ < img src = { WarningSS } alt = "WarningSS.png" />
4343 </ div >
4444 </ Paragraph >
4545 </ article >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import react from '@vitejs/plugin-react'
33
44// https://vitejs.dev/config/
55export default defineConfig ( {
6- base : '' ,
76 plugins : [ react ( ) ] ,
87 assetsInclude : [ '**/*.PNG' ] ,
98} )
You can’t perform that action at this time.
0 commit comments