diff --git a/src/components/Footer.js b/src/components/Footer.js
index 8ee6998..bdfd21f 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -142,7 +142,7 @@ const Footer = ({ slapToBottom, location }) => {
Privacy Policy
{/* */}
-
+
)
diff --git a/src/utils/getPrefixPath.js b/src/utils/getPrefixPath.js
index 2b9d5a5..2000127 100644
--- a/src/utils/getPrefixPath.js
+++ b/src/utils/getPrefixPath.js
@@ -1,8 +1,8 @@
-import config from "../../gatsby-config"
-const { pathPrefix } = config
+// import config from "../../gatsby-config"
+// const { pathPrefix } = config
-const activeEnv = process.env.NODE_ENV || "development"
-const isDevelopment = activeEnv === "development"
+// const activeEnv = process.env.NODE_ENV || "development"
+// const isDevelopment = activeEnv === "development"
const getPrefixedPath = url => {
// return isDevelopment ? url : path.join(pathPrefix, url)