Setup nginx conf for single-page routing
This commit is contained in:
7
src/components/Scratch.vue
Normal file
7
src/components/Scratch.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>Scratch page for testing!</p>
|
||||
</template>
|
||||
Reference in New Issue
Block a user