Skip to content

Commit 33ea760

Browse files
author
Randall Meeker
committed
remove base add slash
1 parent ad5c966 commit 33ea760

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pages/_template.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = React.createClass({
3939
textDecoration: 'none',
4040
}}
4141
>
42-
<img src="javascriptmn.png" />
42+
<img src="/javascriptmn.png" />
4343
{config.siteTitle}
4444
</Link>
4545
</Container>

pages/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export default class Index extends React.Component {
1616
{"name": "description", "content": "Sample"},
1717
{"name": "keywords", "content": "sample, something"},
1818
]}
19-
base={[{ "href" : "/" }]}
2019
/>
2120
<Meetup
2221
location="Olson"

0 commit comments

Comments
 (0)