mirror of
https://github.com/xsf0105/vue3-h5-template.git
synced 2025-04-05 19:41:57 +08:00
feat: gh-pages
This commit is contained in:
parent
9b3927bf3a
commit
8f0e4d689d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
@ -5,9 +5,9 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite App</title>
|
||||
<script type="module" crossorigin src="/dist/assets/index.19958976.js"></script>
|
||||
<link rel="modulepreload" href="/dist/assets/vendor.48f0ba09.js">
|
||||
<link rel="stylesheet" href="/dist/assets/index.b9fb4cd6.css">
|
||||
<script type="module" crossorigin src="./dist/assets/index.19958976.js"></script>
|
||||
<link rel="modulepreload" href="./dist/assets/vendor.48f0ba09.js">
|
||||
<link rel="stylesheet" href="./dist/assets/index.b9fb4cd6.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user