0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

fix: 🐛 use hash router to avoid pathname conflict with package name

This commit is contained in:
Meeeeow 2017-07-10 00:11:36 +08:00 committed by Juan Picado @jotadeveloper
parent 1351f582b0
commit fd2821fb92
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -1,5 +1,5 @@
import React from 'react';
import { BrowserRouter as Router, Route, Switch } from 'react-router-dom';
import { HashRouter as Router, Route, Switch } from 'react-router-dom';
import 'normalize.css'