From a764a44fe59ea5c780a49f88c1cb90dc41cfb8d4 Mon Sep 17 00:00:00 2001 From: 37b7 Date: Mon, 19 May 2025 17:24:29 +0200 Subject: [PATCH] zrghklmj --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 92524a0..4a6d44b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -30,6 +30,7 @@ export default defineNuxtConfig({ ], }, buildAssetsDir: '/_nuxt/', + cdnURL: 'https://codefirst.iut.uca.fr/containers/matheothierry-portfolio_nuxt/' }, modules: ['@nuxt/image'], @@ -65,4 +66,4 @@ export default defineNuxtConfig({ basePath: process.env.NODE_ENV === 'production' ? process.env.BASE_PATH : '/' } } -}) \ No newline at end of file +})