no 404 on refresh

This commit is contained in:
Will Freeman
2024-10-03 19:22:17 -05:00
parent 7424cb83bb
commit e32edaf439
21 changed files with 223 additions and 62 deletions
+14
View File
@@ -0,0 +1,14 @@
<template>
<v-container>
<h2>Contact Us</h2>
<p>
If you have any questions or concerns about the data on this site, please contact us at <a href="mailto:contact@deflock.me">contact@deflock.me</a>.
</p>
</v-container>
</template>
<style scoped>
p {
margin-top: 0.5rem;
}
</style>