Skip to content

Commit

Permalink
Use history routerMode (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
sghuang19 authored Oct 24, 2024
1 parent 9f40786 commit 1f2525b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<script>
window.$docsify = {
routerMode: 'history', // removes the # in URL
alias: {
'.*?/awesome': 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md',
'.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md',
Expand Down Expand Up @@ -98,4 +99,4 @@
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
</body>

</html>
</html>

0 comments on commit 1f2525b

Please sign in to comment.