diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:35:02 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:35:02 +0200 |
commit | 0bf3a205b0799e5a9e5c5deee7fc2a96814dbe3c (patch) | |
tree | 203aa94ff05f8c7225d5ea3ce588fac9fa69cafe /pages | |
parent | f97bd6dcbcaedfd2255bb27360dbc8361a02100c (diff) |
Add SASS
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.vue | 3 |
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> |