Add public/private news system with homepage display
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<template>
|
||||
<div class="min-h-full">
|
||||
<Hero />
|
||||
<PublicNews />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Hero from '~/components/Hero.vue'
|
||||
import PublicNews from '~/components/PublicNews.vue'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user