From b8859fd2a9d4325d960a01cd4b13a9aba2a8d3fa Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 16 Aug 2023 11:06:13 +0100 Subject: Fix base url in docs --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/_config.yml b/docs/_config.yml index 3c4b10a..d3e7fa6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,7 +2,7 @@ title: PyDis DevOps email: joe@jb3.dev description: >- Knowledgebase for all things DevOps in Python Discord. -baseurl: "/kubernetes" +baseurl: "/infra" url: "https://python-discord.github.io" twitter_username: PythonDiscord github_username: python-discord -- cgit v1.2.3