mirror of
https://github.com/mmahdium/portfolio.git
synced 2025-12-20 09:23:54 +01:00
8 lines
221 B
Vue
8 lines
221 B
Vue
<template>
|
|
<UContainer>
|
|
<UAlert color="yellow" variant="soft" title="Blog disabled">
|
|
Nuxt Content is temporarily disabled. Blog post rendering will be restored later.
|
|
</UAlert>
|
|
</UContainer>
|
|
</template>
|