Skip to content

Commit f9aa6ba

Browse files
committed
Fix workflow
1 parent 0535e96 commit f9aa6ba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Vite app to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # or master, depending on your default branch
6+
- main
77

88
permissions:
99
contents: read

site/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite'
22
import { resolve } from 'path'
33

44
export default defineConfig({
5+
base: '/',
56
build: {
67
rollupOptions: {
78
input: {

0 commit comments

Comments
 (0)