From beebd74469ce461fe4c5071ddc2caccde36ee4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20H=C3=A9tru?= Date: Sat, 21 Feb 2026 17:08:19 +0100 Subject: [PATCH 1/6] fix: nuxt-studio --- nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 509f9d5..e95aae8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -74,7 +74,9 @@ export default defineNuxtConfig({ "'unsafe-eval'", "'wasm-unsafe-eval'", 'https://cloud.umami.is', + 'https://esm.sh', ], + 'img-src': ["'self'", 'data:', 'https://avatars.githubusercontent.com'], }, }, }, From dafb8136aae9d312750749247b1b17b0c640b111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20H=C3=A9tru?= Date: Sat, 21 Feb 2026 17:12:43 +0100 Subject: [PATCH 2/6] fix: nuxt-studio --- nuxt.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index e95aae8..e80de0d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -40,7 +40,6 @@ export default defineNuxtConfig({ provider: 'github', owner: 'mathhetru', repo: 'weeki', - branch: 'content', }, }, supabase: { From eac69d38a3a3cbd7dfec011ac1a7c91e32e33061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20H=C3=A9tru?= Date: Sat, 21 Feb 2026 17:30:57 +0100 Subject: [PATCH 3/6] fix: content as website --- content/header/navigation.json | 16 ++++++++-------- content/pages/home.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/header/navigation.json b/content/header/navigation.json index 24fed27..3b939da 100644 --- a/content/header/navigation.json +++ b/content/header/navigation.json @@ -4,8 +4,13 @@ "ariaLabel": "Logo de Weena et la légende de Noor", "text": "Wiki Weëna et la Légende de Noor", "link": "/" - }, - "pages": [ + }, + "contact": { + "text": "Qui sommes-nous ?", + "ariaLabel": "Lien vers page à propos de nous", + "link": "/qui-sommes-nous" + }, + "pages": [ { "link": "/", "text": "Tout l'univers" @@ -18,10 +23,5 @@ "link": "/auteurs", "text": "Auteurs" } - ], - "contact": { - "text": "Qui sommes-nous ?", - "ariaLabel": "Lien vers page à propos de nous", - "link": "/qui-sommes-nous" - } + ] } \ No newline at end of file diff --git a/content/pages/home.json b/content/pages/home.json index fc882a7..6618cb5 100644 --- a/content/pages/home.json +++ b/content/pages/home.json @@ -18,7 +18,7 @@ "search": "peuple", "img": "/images/peuples.png", "text": "..." - }, + }, { "title": "Lieux", "search": "lieu", From 811d1473f2b2e70bc4b908eeaa8c16334f5130f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20H=C3=A9tru?= Date: Sat, 21 Feb 2026 17:34:48 +0100 Subject: [PATCH 4/6] fix: wip --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index e80de0d..17f9e60 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -39,6 +39,7 @@ export default defineNuxtConfig({ repository: { provider: 'github', owner: 'mathhetru', + branch: 'content', repo: 'weeki', }, }, From aa9013e77017185b3215c44001c07b5e82167f5e Mon Sep 17 00:00:00 2001 From: Mathilde Hetru Date: Sat, 21 Feb 2026 16:41:39 +0000 Subject: [PATCH 5/6] feat: update Co-authored-by: Nuxt Studio --- content/header/navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/header/navigation.json b/content/header/navigation.json index 3b939da..e0af433 100644 --- a/content/header/navigation.json +++ b/content/header/navigation.json @@ -2,7 +2,7 @@ "title": { "img": "/images/test.png", "ariaLabel": "Logo de Weena et la légende de Noor", - "text": "Wiki Weëna et la Légende de Noor", + "text": "Weëki Weëna et la Légende de Noor", "link": "/" }, "contact": { From 5b93a1afd03df2199a6d06e42a70c02b6abebd83 Mon Sep 17 00:00:00 2001 From: Fred0389 Date: Sat, 21 Feb 2026 16:50:21 +0000 Subject: [PATCH 6/6] feat: update tests Co-authored-by: Nuxt Studio --- content/pages/home.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/home.json b/content/pages/home.json index 6618cb5..1f4eb14 100644 --- a/content/pages/home.json +++ b/content/pages/home.json @@ -34,6 +34,6 @@ ], "hero": { "heading": "Tout l’univers de Nym-Bruyn", - "description": "Retrouvez les personnages, leur généalogie, les créatures, les peuples, les lieux..." + "description": "Retrouvez les personnages, leur généalogie, les créatures, les peuples et les lieux !" } } \ No newline at end of file