Skip to content

Commit

Permalink
(chore) Update Site URL
Browse files Browse the repository at this point in the history
Signed-off-by: Progyan Bhattacharya <[email protected]>
  • Loading branch information
0xTheProDev committed Feb 25, 2024
1 parent 1668ed4 commit 2d52c5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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 { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
site: "https://otjs.github.io",
site: "otjs-docs.github.io",
compressHTML: true,
integrations: [
mdx({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/0xTheProDev/otjs.github.io.git"
"url": "https://github.com/otjs-docs/otjs-docs.github.io"
},
"engines": {
"node": ">= 20",
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const { className } = Astro.props;
</a>
. The source code is available on{" "}
<a
href="https://github.com/0xTheProDev/otjs.github.io"
href="https://github.com/0xTheProDev/otjs"
target="_blank"
rel="noreferrer"
class="font-medium underline underline-offset-4"
Expand Down
4 changes: 2 additions & 2 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const siteConfig: SiteConfig = {
shortName: "@otjs",
description:
"A collection of Algorithms to Synchronise changes across multiple clients using Operational Transformation.",
url: "https://otjs.github.io",
ogImage: "https://otjs.github.io/og.jpg",
url: "otjs-docs.github.io",
ogImage: "otjs-docs.github.io/og.jpg",
links: {
twitter: "https://twitter.com/ProDevOfficial",
github: "https://github.com/0xTheProDev/Operational-Transformation",
Expand Down

0 comments on commit 2d52c5e

Please sign in to comment.