From 47e9d44dae14ef88410a77365554ab020de76ac0 Mon Sep 17 00:00:00 2001 From: Samuel W Date: Sat, 9 May 2020 00:27:35 +0800 Subject: [PATCH] Removed Medium as Default Display Option for Sidebar --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 4a99c44..ce6b385 100644 --- a/config.js +++ b/config.js @@ -44,7 +44,7 @@ module.exports = { codepen: '', youtube: '', soundcloud: '', - medium: '#', + medium: '', } } };