From 5bfee53d99868a6f3d285efcaab490c63f2184bc Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 16 Mar 2021 15:05:29 -0600 Subject: [PATCH] Actually fix site button --- docs/.vuepress/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 7df6bff52..9bd0e63c2 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -55,7 +55,9 @@ module.exports = { themeConfig: { lastUpdated: true, - repo: 'https://github.com/dortania/OpenCore-Legacy-Patcher/tree/main/', + repo: 'https://github.com/dortania/OpenCore-Legacy-Patcher/', + docsDir: 'docs', + docsBranch: 'main', editLinks: true, editLinkText: 'Help us improve this page!', logo: 'homepage.png',