its not works
example
export default defineConfig({ site: 'https://******.com/', server: { cors: { origin: ['https://blog.****.com'], methods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'], allowedHeaders: ['Content-Type', 'Authorization'], credentials: true } }, integrations: [ sitemap(), tailwind(), partytown(), playformCompress(), opengraphImages({ options: { fonts: [ { name: "Inter", weight: 400, style: "latin", data: fs.readFileSync("node_modules/@fontsource/inter/files/inter-latin-400-normal.woff"), }, ], }, render: presets.blackAndWhite, }), ], output: "hybrid", adapter: node({ mode: "standalone" }) });
- already done all the guide steps
its not works
example
export default defineConfig({ site: 'https://******.com/', server: { cors: { origin: ['https://blog.****.com'], methods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'], allowedHeaders: ['Content-Type', 'Authorization'], credentials: true } }, integrations: [ sitemap(), tailwind(), partytown(), playformCompress(), opengraphImages({ options: { fonts: [ { name: "Inter", weight: 400, style: "latin", data: fs.readFileSync("node_modules/@fontsource/inter/files/inter-latin-400-normal.woff"), }, ], }, render: presets.blackAndWhite, }), ], output: "hybrid", adapter: node({ mode: "standalone" }) });