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:
parent
1351f582b0
commit
fd2821fb92
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue