chao 1 vuosi sitten
vanhempi
commit
cab6d61768
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      index.html
  2. 1 0
      vite.config.js

+ 1 - 1
index.html

@@ -8,6 +8,6 @@
   </head>
   <body>
     <div id="app"></div>
-    <script type="module" src="/src/main.js"></script>
+    <script type="module" src="./src/main.js"></script>
   </body>
 </html>

+ 1 - 0
vite.config.js

@@ -8,6 +8,7 @@ export default defineConfig({
   plugins: [
     vue(),
   ],
+  base:'./',
   resolve: {
     alias: {
       '@': fileURLToPath(new URL('./src', import.meta.url))