Skip to content

Commit 83f45d8

Browse files
author
Randall Meeker
committed
add base and ignore public
1 parent 68047e3 commit 83f45d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ coverage
2121

2222
# Compiled binary addons (http://nodejs.org/api/addons.html)
2323
build/Release
24+
public
2425

2526
# Dependency directory
2627
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git

pages/index.js

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

0 commit comments

Comments
 (0)