diff options
author | Nathan Wang | 2020-07-20 01:00:04 -0700 |
---|---|---|
committer | Nathan Wang | 2020-07-20 01:00:04 -0700 |
commit | 4b4b78e0808463c00c01a6dca32031d66f706359 (patch) | |
tree | b2a099c0a60a44d009de964097c803a92c842ae9 | |
parent | e3051f5bddf7a8325f5355284666df7c4c3294c0 (diff) |
upd
-rw-r--r-- | gatsby-config.ts | 2 | ||||
-rw-r--r-- | src/templates/syllabusTemplate.tsx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gatsby-config.ts b/gatsby-config.ts index 6b9ee66..c6ea04e 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -121,7 +121,7 @@ export const plugins = [ // cookieDomain: "example.com", }, }, - 'gatsby-plugin-webpack-bundle-analyser-v2', + // 'gatsby-plugin-webpack-bundle-analyser-v2', // this (optional) plugin enables Progressive Web App + Offline functionality // To learn more, visit: https://gatsby.dev/offline // `gatsby-plugin-offline`, diff --git a/src/templates/syllabusTemplate.tsx b/src/templates/syllabusTemplate.tsx index b0ea4c9..35a02fd 100644 --- a/src/templates/syllabusTemplate.tsx +++ b/src/templates/syllabusTemplate.tsx @@ -89,8 +89,6 @@ export default function Template(props) { ['Skipped'], ['Not Attempted'] ); - // try to break travis - console.log(window.location.hostname); return ( <Layout> |