Skip to content

Commit

Permalink
changed src location
Browse files Browse the repository at this point in the history
  • Loading branch information
arositen committed May 17, 2024
1 parent 98dfff9 commit fec8553
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default {
content: {
loudtext: "url(./assets/LoudText.png)",
wave: "url(./assets/splash-arc.svg)",
wPageTitle: "url(./assets/WomensPageTitle.svg)",
starryNight: "url(./assets/StarryNightTitles.svg)",
},
fontFamily: {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default defineConfig({
plugins: [react()],
base: '/Gumball/',
resolve: {
alias: [{ find: "@", replacement: path.resolve(__dirname, "./src") }]
alias: [{ find: "@", replacement: path.resolve(__dirname, "src") }]
}
})

0 comments on commit fec8553

Please sign in to comment.