Kaynağa Gözat

Update vite.config.ts

Timothy J. Baek 2 yıl önce
ebeveyn
işleme
66ff4fea07
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      vite.config.ts

+ 1 - 2
vite.config.ts

@@ -5,6 +5,5 @@ export default defineConfig({
 	plugins: [sveltekit()],
 	define: {
 		APP_VERSION: JSON.stringify(process.env.npm_package_version)
-	},
-	assetsInclude: ['**/*.md']
+	}
 });