mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
chore: switch to js.org
This commit is contained in:
@@ -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
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user