1
0
Fork 1

Setup for GitHub pages in the future

main
dugo3number2 2023-12-15 14:11:16 -06:00
parent aac0722b16
commit 156c9881d2
2 changed files with 12 additions and 1 deletions

11
src/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beacon Blend</title>
</head>
<body>
</body>
</html>

View File

@ -4,7 +4,7 @@ import { defineConfig } from 'vite'
export default defineConfig({
build: {
outDir: path.join(__dirname, "dist"),
outDir: path.join(__dirname, "../docs"),
rollupOptions: {
input: glob.sync(path.resolve(__dirname, "src", "*.html"))
},