We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7372af4 commit 3880d1dCopy full SHA for 3880d1d
astro.config.mjs
@@ -225,23 +225,6 @@ export default defineConfig({
225
"~/images": fileURLToPath(new URL("./src/assets/images", import.meta.url)),
226
},
227
228
- build: {
229
- rollupOptions: {
230
- output: {
231
- // Split vendor chunks to reduce main bundle size
232
- manualChunks: {
233
- // React and related libraries
234
- "react-vendor": ["react", "react-dom"],
235
- // Chat widget as separate chunk since it's lazy loaded
236
- "chat-widget": ["@aptos-labs/ai-chatbot-client"],
237
- // Large utility libraries
238
- utils: ["lodash", "date-fns"],
239
- },
240
241
242
- // Enable compression and minification
243
- minify: "esbuild",
244
245
246
markdown: {
247
remarkPlugins: [
0 commit comments