Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

chore: add support for HashRouter using hashRouter config #73

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

pedronauck
Copy link
Member

@pedronauck pedronauck commented Jun 20, 2018

Description

This pull request add hashRouter option on project configuration and turn possible use navigation via hash instead of default history api.

To use hash router navigation, just add on your doczrc.js:

// doczrc.js
export default {
  hashRouter: true,
}

Closes #25

@pedronauck pedronauck merged commit 08a6377 into master Jun 20, 2018
@pedronauck pedronauck deleted the fix/hash-router branch June 20, 2018 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant