We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" }) });
The text was updated successfully, but these errors were encountered:
Hi!
This is likely because you're using Astro SSR. This has only been tested with static site builds. This is noted on the README.
I'll see if I can get this project working for SSR.
Sorry, something went wrong.
No branches or pull requests
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" }) });
The text was updated successfully, but these errors were encountered: