We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6879395 commit 35b1f92Copy full SHA for 35b1f92
.github/workflows/deploy renamed to .github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
jobs:
9
build:
@@ -33,7 +33,7 @@ jobs:
33
name: Deploy
34
needs: build
35
runs-on: ubuntu-latest
36
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
37
38
steps:
39
- name: Download artifact
vite.config.ts
@@ -5,6 +5,7 @@ import { VitePWA } from 'vite-plugin-pwa';
// https://vite.dev/config/
export default defineConfig({
+ base: '/kanban/',
plugins: [
10
react(),
11
VitePWA({
0 commit comments