Ver código fonte

update

master
Soleilw 1 ano atrás
pai
commit
2aab2ef0ad
2 arquivos alterados com 4 adições e 3 exclusões
  1. 3
    3
      dist/index.html
  2. 1
    0
      vite.config.ts

+ 3
- 3
dist/index.html Ver arquivo

@@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/web/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-W7c0eAO7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-tRwQDn9K.css">
<script type="module" crossorigin src="/web/assets/index-W7c0eAO7.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-tRwQDn9K.css">
</head>
<body>
<div id="app"></div>

+ 1
- 0
vite.config.ts Ver arquivo

@@ -5,6 +5,7 @@ import path from 'path'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: '/web/',
build: {
outDir: 'dist'
},

Carregando…
Cancelar
Salvar