Skip to content

how to change url from http://{ip}:{port}/#/ to http://{ip}:{port}/document #1642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
LFDwater opened this issue Sep 28, 2021 · 1 comment
Closed

Comments

@LFDwater
Copy link

i want to change url from http://{ip}:{port}/#/ to http://{ip}:{port}/document
and my settings as follows:

 window.$docsify = {
      routerMode: 'history',
      name: '',
      repo: '',
      notFoundPage: true,
      alias: {
        '/document': '/'
      },
    }

but when i visit http://{ip}:{port}/document ,a problem show GET Error /document

@sy-records
Copy link
Member

see #720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants