feat: Initialize project with configuration files and basic structure
This commit is contained in:
13
pages/index.vue
Normal file
13
pages/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
useSeoMeta({
|
||||
title: 'Home — Headless Hazard',
|
||||
description: 'Welcome to CrowMate Studio and Headless Hazard.',
|
||||
ogImage: '/images/og-default.jpg',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="min-h-screen flex items-center justify-center">
|
||||
<h1 class="text-4xl font-bold">Welcome</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user