Minor fixes

This commit is contained in:
Simon Hyll
2023-07-01 13:08:29 +02:00
parent 11558eafcc
commit 83a445a5db
2 changed files with 3 additions and 2 deletions

View File

@@ -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:

View File

@@ -3,5 +3,8 @@ export default defineNuxtConfig({
ssr: false,
srcDir: 'src',
telemetry: false,
app: {
baseURL: '/board-voter/'
},
devtools: { enabled: false }
})