From 86811a618e48c62822dcb9a2faeaf6c4270d704c Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 24 Mar 2020 02:03:33 -0500 Subject: [PATCH] modified: ../../gatsby-config.js --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index a58da78..1d92ed6 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -11,7 +11,7 @@ module.exports = { siteLanguage: `en`, themeColor: `#e1a809`, basePath: `/`, - footer: `Theme by Rocketseat`, + footer: `whit`, }, plugins: [ { @@ -19,7 +19,7 @@ module.exports = { options: { configPath: `src/config`, docsPath: `src/docs`, - githubUrl: `https://github.com/rocketseat/gatsby-themes`, + githubUrl: `https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/eic_tutorial/`, baseDir: `examples/gatsby-theme-docs`, }, }, -- GitLab