setup tailwind & content

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-05 23:33:01 +06:00
parent e8b02f2414
commit 4214719ee4
16 changed files with 2001 additions and 52 deletions

22
pages/index.vue Normal file
View File

@@ -0,0 +1,22 @@
<script lang="ts" setup>
useHead({
title: "Home",
meta: [
{
name: "description",
content: "Home",
},
],
titleTemplate: "Elon's Blog - %s",
});
</script>
<template>
<main>
<h1>This ia main section</h1>
</main>
</template>