aboutsummaryrefslogtreecommitdiffstats
path: root/app.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-10 17:17:01 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-10 17:30:57 +0000
commitaceef6edd8bd1663249e9d06fc1d4a063add4689 (patch)
treec20d9583dec6f3db0196c01bc1db219bdb384629 /app.vue
parentba698216f7426d54310f2e9210756b3178d17def (diff)
Add more options to sidebar
Diffstat (limited to 'app.vue')
-rw-r--r--app.vue14
1 files changed, 14 insertions, 0 deletions
diff --git a/app.vue b/app.vue
index e6d505a..e43ace9 100644
--- a/app.vue
+++ b/app.vue
@@ -1,5 +1,19 @@
<script setup lang="ts">
import '~/assets/main.css'
+
+useHead({
+ link: [
+ {
+ rel: 'preconnect',
+ href: 'https://rsms.me/'
+ },
+ {
+ rel: 'stylesheet',
+ href: 'https://rsms.me/inter/inter.css',
+ crossorigin: ''
+ }
+ ]
+})
</script>
<template>