Skip to content

Commit

Permalink
feat: deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol Varma committed Apr 5, 2020
1 parent 96b0d23 commit 9f9075c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
pathPrefix: `./quizzzes`,
pathPrefix: `/quizzzes`,
siteMetadata: {
title: `QUIZZZES`,
description: `Take football transfer quizes, guess players based on the clubs they have been and beat your friends to show your true power!`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"deploy": "gatsby build && gh-pages -d public -b master",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 9f9075c

Please sign in to comment.