Fix vite build base path for github pages & Add empty README

This commit is contained in:
7PH
2022-07-19 23:48:15 +02:00
parent 8c92a4a59c
commit c3e7a2f7d9
4 changed files with 7 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
# PowerGlitch
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PowerGlitch</title>
<script type="module" crossorigin src="/assets/index.9e90e0d2.js"></script>
<link rel="stylesheet" href="/assets/index.a83637d7.css">
<script type="module" crossorigin src="/powerglitch/assets/index.9e90e0d2.js"></script>
<link rel="stylesheet" href="/powerglitch/assets/index.a83637d7.css">
</head>
<body>
<div id="app"></div>
+2
View File
@@ -3,6 +3,8 @@ import vue from '@vitejs/plugin-vue';
import path from 'path';
export default defineConfig({
base: '/powerglitch/',
root: 'docs-src/',
build: {
outDir: '../docs',