Skip to content

Commit 6af3a6a

Browse files
committed
Update site config
1 parent 6ac93af commit 6af3a6a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import starlightImageZoom from "starlight-image-zoom";
1111

1212
// https://astro.build/config
1313
export default defineConfig({
14-
site: "https://dojo-osp.io",
14+
site: "https://dojo-osp.org",
1515

1616
prefetch: {
1717
prefetchAll: true,
@@ -29,6 +29,11 @@ export default defineConfig({
2929
label: "GitHub",
3030
href: "https://github.com/Dojo-Open-Source-Project/",
3131
},
32+
{
33+
icon: "x.com",
34+
label: "X",
35+
href: "https://x.com/PavelTheCoder/",
36+
},
3237
],
3338
sidebar: [
3439
{

0 commit comments

Comments
 (0)