Skip to content

Commit

Permalink
Allow building on a subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Mar 28, 2022
1 parent 91955bc commit 3827b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-next": "PUBLIC_URL=\"/next/\" react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="%PUBLIC_URL%/">
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/png" href="https://mitoc.mit.edu/images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 3827b17

Please sign in to comment.