Skip to content

Commit

Permalink
og url
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed Mar 22, 2024
1 parent 1273619 commit b7b8eec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ import path from "path";
const { generator, site } = Astro;
const description = "VS Code Conference Japan 2024 - 2024/04/20 Sat.";
const title = "VS Code Conference Japan 2024";
const url = new URL(
import.meta.env.BASE_URL,
site?.toString() ?? "localhost:4321",
);
const url = new URL("https://vscodejp.github.io/conference-2024/");
const socialImageUrl = new URL(
path.join(import.meta.env.BASE_URL, "social.png"),
site?.toString() ?? "localhost:4321",
"https://vscodejp.github.io/conference-2024/social.png",
);
---

Expand Down

0 comments on commit b7b8eec

Please sign in to comment.