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

feat: generate dynamic og image for blog posts #15

Merged
merged 13 commits into from
Dec 28, 2022
Prev Previous commit
build: update site option in config file
Change back to 'https://astro-paper.pages.dev' in site option of astro.config.mjs file.
  • Loading branch information
satnaing committed Dec 27, 2022
commit 54d5b1d5ce97d362b46ebfb52e4afc60d949b200
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: "https://feat-auto-og-image-generatio.astro-paper.pages.dev/",
site: "https://astro-paper.pages.dev/",
integrations: [
tailwind({
config: {
Expand Down