update build

This commit is contained in:
Camilla Schoeser
2026-06-10 20:12:59 +02:00
parent ec69379007
commit 6132d88686
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -2,12 +2,12 @@
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/VUEJS/myapp/dist/favicon.ico">
<link rel="icon" href="/VUEJS/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <!-- les icones -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script type="module" crossorigin src="/VUEJS/myapp/dist/assets/index-DCcDcfm0.js"></script>
<link rel="stylesheet" crossorigin href="/VUEJS/myapp/dist/assets/index-XGNx2_it.css">
<script type="module" crossorigin src="/VUEJS/assets/index-xPwL3xn4.js"></script>
<link rel="stylesheet" crossorigin href="/VUEJS/assets/index-XGNx2_it.css">
</head>
<body>
<div id="app"></div>
+1 -1
View File
@@ -6,7 +6,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
// https://vite.dev/config/
export default defineConfig({
base: '/VUEJS/myapp/dist/',
base: '/VUEJS/',
plugins: [
vue(),