File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > LRCGetter</ title >
7- < link rel ="stylesheet " href ="/styles/styles.css ">
7+ < link rel ="stylesheet " href =". /styles/styles.css ">
88 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
99 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
1010 < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap " rel ="stylesheet ">
1717 < div class ="logo ">
1818 < img
1919 id ="logo-img "
20- src ="/source-image-no-background-light.svg "
21- data-logo-light ="/source-image-no-background-light.svg "
22- data-logo-dark ="/source-image-no-background-dark.svg "
20+ src =". /source-image-no-background-light.svg "
21+ data-logo-light =". /source-image-no-background-light.svg "
22+ data-logo-dark =". /source-image-no-background-dark.svg "
2323 alt ="LRCGetter Logo "
2424 width ="32 "
2525 height ="32 "
@@ -200,6 +200,6 @@ <h3>Proof of Work Challenge</h3>
200200 </ footer >
201201 </ div >
202202
203- < script type ="module " src ="/src/main.js "> </ script >
203+ < script type ="module " src =". /src/main.js "> </ script >
204204</ body >
205205</ html >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { defineConfig } from "vite";
33import { VitePWA } from 'vite-plugin-pwa' ;
44
55export default defineConfig ( {
6+ base : '/LRCGetter/' ,
67 plugins : [
78 VitePWA ( {
89 registerType : 'autoUpdate' ,
You can’t perform that action at this time.
0 commit comments