We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0535e96 commit f9aa6baCopy full SHA for f9aa6ba
2 files changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy Vite app to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main # or master, depending on your default branch
+ - main
7
8
permissions:
9
contents: read
site/vite.config.js
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite'
2
import { resolve } from 'path'
export default defineConfig({
+ base: '/',
build: {
rollupOptions: {
input: {
0 commit comments