Nuxt Content 3 migration #12
6
components/index/about.vue
Normal file
6
components/index/about.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div class="prose dark:prose-invert">
|
||||
<h1>About</h1>
|
||||
<p>incl. projects</p>
|
||||
</div>
|
||||
</template>
|
12
components/index/services.vue
Normal file
12
components/index/services.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="prose dark:prose-invert">
|
||||
<h1>Services</h1>
|
||||
<p>Gitea</p>
|
||||
<p>Eifueo</p>
|
||||
<p>Primoprod</p>
|
||||
<p>Calibre</p>
|
||||
<p>Plex</p>
|
||||
<p>Jellyfin</p>
|
||||
<p>Minecraft</p>
|
||||
</div>
|
||||
</template>
|
Loading…
Reference in New Issue
Block a user