Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
TGianella committed May 20, 2024
1 parent 6f2b800 commit 83253d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
site: "https://jsulpis.github.io",
base: "/slides-template",
site: "https://tgianella.github.io",
base: "/slides-fonction-hash",
});

0 comments on commit 83253d1

Please sign in to comment.