From abb624b9b6dd44a9ecff38ab9f95506c7a30a94e Mon Sep 17 00:00:00 2001 From: ayntee Date: Thu, 19 Nov 2020 23:49:40 +0400 Subject: [PATCH] chore: switch to js.org --- .github/workflows/deploy.yml | 2 +- README.md | 2 +- docs/src/.vuepress/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d68606a37..9aef15f72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/src/.vuepress/dist commit_message: ${{ github.event.head_commit.message }} - cname: discordeno.mod.land + cname: discordeno.js.org keep_files: true enable_jekyll: false \ No newline at end of file diff --git a/README.md b/README.md index cd592b61d..033bff083 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Alternatively, you can use boilerplate template repositories that were created b ## Documentation -- [Website](https://discordeno.mod.land) +- [Website](https://discordeno.js.org) - [Support server](https://discord.gg/J4NqJ72) - [Contributing Guide](https://github.com/Skillz4Killz/Discordeno/blob/master/.github/CONTRIBUTING.md) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index edb195ef8..434b39de5 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -23,7 +23,7 @@ module.exports = { }, ], ["meta", { name: "og:type", content: "website" }], - ["meta", { name: "og:url", content: "https://discordeno.mod.land" }], + ["meta", { name: "og:url", content: "https://discordeno.js.org" }], ], theme: "yuu", themeConfig: {