From 79c1668fea309f2c0f389895db9c5413d6b6dae4 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Wed, 6 Jan 2021 15:30:49 +0800 Subject: [PATCH] Point "Blog" to yuzu-emu.org/entry (#234) --- site/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config.toml b/site/config.toml index 8677e203..f6fd64b9 100644 --- a/site/config.toml +++ b/site/config.toml @@ -11,7 +11,7 @@ paginate = 20 name = "blog" weight = 1 identifier = "blog" - url = "/" + url = "/entry" [[menu.main]] name = "download"