Skip to content
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

Question/FeatureRequest: Ignore routes #299

Open
meodai opened this issue Jul 7, 2021 · 0 comments
Open

Question/FeatureRequest: Ignore routes #299

meodai opened this issue Jul 7, 2021 · 0 comments

Comments

@meodai
Copy link

meodai commented Jul 7, 2021

I am working on a website that is static but I want to use the router for the blog part. (On the client/browser side)
I have a single shared JS file. I figured the following would ignore all routes that are not /blog:

const router = new Navigo('/blog');
router.on('/:title', ({ data }) => {
  console.log(data.title)
});
router.resolve();

but it still throws an error catches mydmain.whatever/admin/ for example. Any idea how to solve that?
Am I doing something wrong?

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

1 participant