mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-19 10:22:16 +01:00
Fix
This commit is contained in:
@@ -43,13 +43,15 @@ function getDetails(slug: string) {
|
||||
<div class="border-l-2 pl-2 border-gray-300 dark:border-gray-700 rounded-sm">
|
||||
<p>{{ getDetails(writing.slug) }}</p>
|
||||
</div>
|
||||
<div class="flex items-center gap-2 flex-wrap">
|
||||
<div class="flex items-end gap-2 flex-wrap">
|
||||
<h1
|
||||
class="font-bold text-lg duration-300 text-neutral-600 group-hover:text-black dark:text-neutral-400 dark:group-hover:text-white"
|
||||
>
|
||||
{{ writing.title }}
|
||||
</h1>
|
||||
<p class="text-sm text-neutral-500 group-hover:text-black dark:group-hover:text-white duration-300">
|
||||
<p
|
||||
class="mb-0.5 text-sm text-neutral-500 group-hover:text-black dark:group-hover:text-white duration-300"
|
||||
>
|
||||
{{ useDateFormat(writing.publishedAt, 'DD MMMM YYYY').value }} · {{ writing.readingTime }}min long
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -34,11 +34,9 @@ export default defineNuxtConfig({
|
||||
|
||||
// Nuxt SEO
|
||||
site: {
|
||||
url: 'https://artsite.nuxt.dev',
|
||||
name: 'Arthur Danjou',
|
||||
description: 'I\'m Arthur, a Mathematics lover and IA enthusiast. I\'m currently studying at the University of Paris-Saclay. I\'m passionate about Mathematics, Computer Science, and Artificial Intelligence.',
|
||||
defaultLocale: 'en',
|
||||
trailingSlash: false
|
||||
defaultLocale: 'en'
|
||||
},
|
||||
|
||||
// Disable to reduce size
|
||||
|
||||
Reference in New Issue
Block a user