* 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
13 lines
116 B
Vue
13 lines
116 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
404 not found
|
|
</div>
|
|
</template>
|
|
|
|
|
|
<style scoped></style>
|