router mode makes links work!

This commit is contained in:
Jen Looper 2022-04-28 11:52:10 -04:00
parent 967b8b5f23
commit fc8e0ae15c
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
repo: 'https://github.com/Microsoft/AI-For-Beginners',
relativePath: false,
basePath: 'https://raw.githubusercontent.com/microsoft/ai-for-beginners/main/',
auto2top: true
auto2top: true,
routerMode: 'history'
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>