mirror of
https://github.com/7PH/powerglitch.git
synced 2026-06-16 12:34:00 +02:00
Fix vite build base path for github pages & Add empty README
This commit is contained in:
File diff suppressed because one or more lines are too long
+2
-2
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user