File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < link rel ="icon " href ="/favicon.ico " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < link href ="/src/assets/styles/tailwind.css " rel ="stylesheet " />
87 </ head >
98 < body >
109 < div id ="app "> </ div >
11- < script type ="module " src ="/ src/main.ts "> </ script >
10+ < script type ="module " src ="src/main.ts "> </ script >
1211 </ body >
1312</ html >
Original file line number Diff line number Diff line change 11import { createApp } from 'vue'
22import App from '@/App.vue'
3+ import '@/assets/styles/tailwind.css'
34
45createApp ( App ) . mount ( '#app' )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import tailwindcss from '@tailwindcss/vite'
77
88// https://vite.dev/config/
99export default defineConfig ( {
10- base : process . env . VITE_BASE_PATH || '/easy-portrait/ ' ,
10+ base : process . env . VITE_BASE_PATH || '/' ,
1111 plugins : [
1212 vue ( {
1313 template : {
You can’t perform that action at this time.
0 commit comments