update build
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -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>
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user