diff --git a/nuxt.config.ts b/nuxt.config.ts
index 43aec182..2dba5217 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -76,7 +76,7 @@ export default defineNuxtConfig({
   },
   nitro: {
     publicAssets: [
-      ...(isDevelopment || isPreview ? [{ dir: fileURLToPath(new URL('./public-dev', import.meta.url)) }] : []),
+      ...(!isCI || isPreview ? [{ dir: fileURLToPath(new URL('./public-dev', import.meta.url)) }] : []),
     ],
     prerender: {
       crawlLinks: false,