chore: switch to js.org

This commit is contained in:
ayntee
2020-11-19 23:49:40 +04:00
parent 1094e578c5
commit abb624b9b6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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: {