Skip to content
New issue

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

Open Graph is not generated #24

Open
thaarrtt opened this issue Jul 3, 2024 · 1 comment
Open

Open Graph is not generated #24

thaarrtt opened this issue Jul 3, 2024 · 1 comment

Comments

@thaarrtt
Copy link

thaarrtt commented Jul 3, 2024

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
@shepherdjerred
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants