mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-03 07:31:45 +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">
|
<div class="border-l-2 pl-2 border-gray-300 dark:border-gray-700 rounded-sm">
|
||||||
<p>{{ getDetails(writing.slug) }}</p>
|
<p>{{ getDetails(writing.slug) }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-2 flex-wrap">
|
<div class="flex items-end gap-2 flex-wrap">
|
||||||
<h1
|
<h1
|
||||||
class="font-bold text-lg duration-300 text-neutral-600 group-hover:text-black dark:text-neutral-400 dark:group-hover:text-white"
|
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 }}
|
{{ writing.title }}
|
||||||
</h1>
|
</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
|
{{ useDateFormat(writing.publishedAt, 'DD MMMM YYYY').value }} · {{ writing.readingTime }}min long
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,11 +34,9 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
// Nuxt SEO
|
// Nuxt SEO
|
||||||
site: {
|
site: {
|
||||||
url: 'https://artsite.nuxt.dev',
|
|
||||||
name: 'Arthur Danjou',
|
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.',
|
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',
|
defaultLocale: 'en'
|
||||||
trailingSlash: false
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Disable to reduce size
|
// Disable to reduce size
|
||||||
|
|||||||
Reference in New Issue
Block a user