summaryrefslogtreecommitdiff
path: root/pages/index.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-12 16:35:02 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-12 16:35:02 +0200
commit0bf3a205b0799e5a9e5c5deee7fc2a96814dbe3c (patch)
tree203aa94ff05f8c7225d5ea3ce588fac9fa69cafe /pages/index.vue
parentf97bd6dcbcaedfd2255bb27360dbc8361a02100c (diff)
Add SASS
Diffstat (limited to 'pages/index.vue')
-rw-r--r--pages/index.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue
index 3aa1b98..8915ba8 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -5,5 +5,8 @@
<script>
export default {
name: "IndexPage",
+ head: {
+ title: "Verden - Social for 3D artists",
+ },
};
</script>