Skip to content

Commit

Permalink
MoreChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Intermentality committed Dec 10, 2024
1 parent d6b3504 commit 253ca20
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions src/Pages/ProjectsPage/PGASGame.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Paragraph } from "../../Components/Paragraph";

import LevelsSS from "@assets/PGAS24_LevelsSS.png";
import MainMenuSS from "@assets/PGAS24_MainMenuSS.png";
import PowerupSS from "@assets/PGAS24_PowerupSS.png";
import WarningSS from "@assets/PGAS24_WarningSS.png";
import LevelsSS from "@src/PGAS24_LevelsSS.png";
import MainMenuSS from "@src/PGAS24_MainMenuSS.png";
import PowerupSS from "@src/PGAS24_PowerupSS.png";
import WarningSS from "@src/PGAS24_WarningSS.png";

export default function PGASGame(){
return <div className="relative grid place-items-center">
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({

resolve: {
alias: {
"@assets": path.resolve(__dirname, "src/assets"),
"@src": path.resolve(__dirname, "src"),
},
},
})

0 comments on commit 253ca20

Please sign in to comment.