Asset path
This commit is contained in:
parent
10e5e8fc5a
commit
797b166fd0
File diff suppressed because one or more lines are too long
@ -2,11 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/phpCourse/exam/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/phpCourse/exam/pages/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + React + TS</title>
|
<title>Vite + React + TS</title>
|
||||||
<script type="module" crossorigin src="/phpCourse/exam/assets/index-BW18S0dh.js"></script>
|
<script type="module" crossorigin src="/phpCourse/exam/pages/assets/index-D81sf-ye.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/assets/index-DiwrgTda.css">
|
<link rel="stylesheet" crossorigin href="/phpCourse/exam/pages/assets/index-DiwrgTda.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@ -7,5 +7,5 @@ export default defineConfig({
|
|||||||
build: {
|
build: {
|
||||||
outDir: '../pages',
|
outDir: '../pages',
|
||||||
},
|
},
|
||||||
base: 'phpCourse/exam/',
|
base: 'phpCourse/exam/pages',
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user