summaryrefslogtreecommitdiff
path: root/pages/models
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-27 21:39:36 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-27 21:39:36 +0200
commit0f82d38f6d487aee568cfbab223cbfcf6324c65f (patch)
treebc92a86ef2a0a1024c00ecffba10eadaae941b02 /pages/models
parentef309b83108847cbdf5565d8a459264926266264 (diff)
Drop `Models` page
Diffstat (limited to 'pages/models')
-rw-r--r--pages/models/index.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/models/index.vue b/pages/models/index.vue
index 3b1b689..1aa2eff 100644
--- a/pages/models/index.vue
+++ b/pages/models/index.vue
@@ -1,3 +1,11 @@
<template lang="pug">
div
</template>
+
+<script>
+export default {
+ created() {
+ window.location.href = "/";
+ },
+};
+</script>