router mode makes links work!
This commit is contained in:
parent
967b8b5f23
commit
fc8e0ae15c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue