File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
import React from 'react' ;
3
3
import ReactDOM from 'react-dom' ;
4
4
import { BrowserRouter , Route } from 'react-router-dom' ;
5
- import AnalyticsRouter from 'react-g-analytics' ;
5
+ import { BrowserRouter as AnalyticsRouter } from 'react-g-analytics' ;
6
6
7
7
// Import Components
8
8
import Site from './components/Site/Site' ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const bundles = [
25
25
// Export method for `SSGPlugin`
26
26
export default locals => {
27
27
let { assets } = locals . webpackStats . compilation ;
28
- let title = GetPageTitle ( Content , locals . path )
28
+ let title = GetPageTitle ( Content , locals . path ) ;
29
29
30
30
return ReactDOMServer . renderToString (
31
31
< StaticRouter location = { locals . path } context = { { } } >
You can’t perform that action at this time.
0 commit comments