Skip to content

Commit

Permalink
Changed root in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3Sky committed Mar 2, 2019
1 parent d69d0dc commit fdc9f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foxlearn",
"version": "1.0.1",
"homepage": "https://github.com/team-foxploit/FoxLearn",
"homepage": "/",
"description": "A Web Based Learning Environment created for students",
"scripts": {
"build": "react-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ReactDOM.render(<App />, document.getElementById('root'));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: http://bit.ly/CRA-PWA
serviceWorker.unregister();
serviceWorker.register();

0 comments on commit fdc9f49

Please sign in to comment.