mirror of
https://github.com/tauri-apps/board-voter.git
synced 2026-01-31 00:55:20 +01:00
Minor fixes
This commit is contained in:
2
.github/workflows/pages.yaml
vendored
2
.github/workflows/pages.yaml
vendored
@@ -4,8 +4,6 @@ on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "crates/frontend"
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -3,5 +3,8 @@ export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
srcDir: 'src',
|
||||
telemetry: false,
|
||||
app: {
|
||||
baseURL: '/board-voter/'
|
||||
},
|
||||
devtools: { enabled: false }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user