From 1b6036adf9c384325d54aef0b358fd79a9288f6e Mon Sep 17 00:00:00 2001 From: Mathieu NICOLAS Date: Fri, 27 Sep 2024 17:54:36 +0200 Subject: [PATCH] nouvelle source --- nuxt.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 330a439..25d7850 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -26,6 +26,13 @@ export default defineNuxtConfig({ highlight: { preload: ['py', 'md'], }, + sources: { + content: { + driver: 'github', + repo: 'mathieunicolas/nsi-md', + branch: 'main', + }, + }, }, compatibilityDate: '2024-07-30', future: { compatibilityVersion: 4 },