Added Pipeline for deploying to github actions (#1)

* added deployment for frontent github pages

* whitelisted feature branch for now

* added 404.vue page and adjusted config

* building now with github pages preset

* set fallback option to true

* set target option

* removing env for now

* added root page

* added deploy

* adjusted workflow

* removed options
This commit is contained in:
2025-05-06 19:52:13 +02:00
committed by GitHub
parent 7886af58e4
commit 59310c5453
4 changed files with 75 additions and 4 deletions

12
web/pages/404.vue Normal file
View File

@@ -0,0 +1,12 @@
<script setup lang="ts">
</script>
<template>
<div>
404 not found
</div>
</template>
<style scoped></style>