There was an error while loading. Please reload this page.
1 parent 6ac93af commit 6af3a6aCopy full SHA for 6af3a6a
1 file changed
astro.config.mjs
@@ -11,7 +11,7 @@ import starlightImageZoom from "starlight-image-zoom";
11
12
// https://astro.build/config
13
export default defineConfig({
14
- site: "https://dojo-osp.io",
+ site: "https://dojo-osp.org",
15
16
prefetch: {
17
prefetchAll: true,
@@ -29,6 +29,11 @@ export default defineConfig({
29
label: "GitHub",
30
href: "https://github.com/Dojo-Open-Source-Project/",
31
},
32
+ {
33
+ icon: "x.com",
34
+ label: "X",
35
+ href: "https://x.com/PavelTheCoder/",
36
+ },
37
],
38
sidebar: [
39
{
0 commit comments