From 7b5fd9ace85214f916bf949c6e2e1ea96396cfa1 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Tue, 13 Apr 2021 14:32:11 +0300 Subject: [PATCH] Switch to a custom domain: gamedev.rs --- config.toml | 2 +- static/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/CNAME diff --git a/config.toml b/config.toml index f849a592c..85f98c958 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ title = "Rust Game Development Working Group" description = "Stay up to date with the progress and recent developments in the Rust Game Development Working Group." -base_url = "https://rust-gamedev.github.io/" +base_url = "https://gamedev.rs/" default_language = "en" compile_sass = true highlight_code = true diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 000000000..23a1e5a4e --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +gamedev.rs