feat: gh-pages

This commit is contained in:
xushunfa459 2021-04-01 15:15:15 +08:00
parent 9b3927bf3a
commit 8f0e4d689d
2 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
node_modules node_modules
.DS_Store .DS_Store
dist
dist-ssr dist-ssr
*.local *.local

View File

@ -5,9 +5,9 @@
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title> <title>Vite App</title>
<script type="module" crossorigin src="/dist/assets/index.19958976.js"></script> <script type="module" crossorigin src="./dist/assets/index.19958976.js"></script>
<link rel="modulepreload" href="/dist/assets/vendor.48f0ba09.js"> <link rel="modulepreload" href="./dist/assets/vendor.48f0ba09.js">
<link rel="stylesheet" href="/dist/assets/index.b9fb4cd6.css"> <link rel="stylesheet" href="./dist/assets/index.b9fb4cd6.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>