refactor: Move to new zmk.dev domain name.

This commit is contained in:
Peter Johanson
2021-06-09 18:29:33 +00:00
committed by Pete Johanson
parent ba45aaa81b
commit 3f4839ec96
9 changed files with 27 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ const path = require("path");
module.exports = {
title: "ZMK Firmware",
tagline: "Modern, open source keyboard firmware",
url: "https://zmkfirmware.dev",
url: "https://zmk.dev",
baseUrl: "/",
favicon: "img/favicon.ico",
organizationName: "zmkfirmware", // Usually your GitHub org/user name.
@@ -70,7 +70,7 @@ module.exports = {
{
label: "Discord",
href:
(process.env.URL || "https://zmkfirmware.dev") +
(process.env.URL || "https://zmk.dev") +
"/community/discord/invite",
},
{