feat: add articles
This commit is contained in:
14
layouts/default.vue
Normal file
14
layouts/default.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
htmlAttrs: {
|
||||
lang: "en",
|
||||
},
|
||||
bodyAttrs: {
|
||||
class: "dark:bg-slate-900",
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<slot />
|
||||
</template>
|
||||
Reference in New Issue
Block a user