diff --git a/gatsby-config.js b/gatsby-config.js index eeef36025..0caa7699b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,67 +1,67 @@ const config = { - siteMetadata : { - title : 'Redash', - description : 'Redash Website & Knowledge Base', - siteUrl : 'https://redash.io/', + siteMetadata: { + title: 'Redash', + description: 'Redash Website & Knowledge Base', + siteUrl: 'https://redash.io/', }, - pathPrefix : '/', - plugins : [ + pathPrefix: '/', + plugins: [ { - resolve : 'gatsby-source-filesystem', - options : { - path : `${__dirname}/src/pages`, - name : 'pages', + resolve: 'gatsby-source-filesystem', + options: { + path: `${__dirname}/src/pages`, + name: 'pages', }, }, { - resolve : 'gatsby-source-filesystem', - options : { - path : `${__dirname}/src/scss`, - name : 'scss', + resolve: 'gatsby-source-filesystem', + options: { + path: `${__dirname}/src/scss`, + name: 'scss', }, }, { - resolve : `gatsby-source-filesystem`, - options : { - path : `${__dirname}/src/data/`, + resolve: `gatsby-source-filesystem`, + options: { + path: `${__dirname}/src/data/`, }, }, { - resolve : 'gatsby-transformer-remark', - options : { - plugins : [ + resolve: 'gatsby-transformer-remark', + options: { + plugins: [ { - resolve : 'gatsby-remark-video', - options : { - width : '100%', - height : 'auto', - preload : 'auto', - muted : true, - autoplay : true, - playsinline : true, - controls : false, - loop : true, + resolve: 'gatsby-remark-video', + options: { + width: '100%', + height: 'auto', + preload: 'auto', + muted: true, + autoplay: true, + playsinline: true, + controls: false, + loop: true, }, }, { - resolve : 'gatsby-remark-external-links', - options : { - target : '_blank', - rel : 'nofollow noopener noreferrer', + resolve: 'gatsby-remark-external-links', + options: { + target: '_blank', + rel: 'nofollow noopener noreferrer', }, }, { - resolve : 'gatsby-remark-images', - options : { - maxWidth : 750, - linkImagesToOriginal : false, - wrapperStyle : 'margin-bottom: 1.0725rem;', + resolve: 'gatsby-remark-images', + options: { + maxWidth: 750, + linkImagesToOriginal: false, + wrapperStyle: 'margin-bottom: 1.0725rem;', }, }, { - resolve : 'gatsby-remark-responsive-iframe', - options : { - wrapperStyle : 'margin-bottom: 1.0725rem', + resolve: 'gatsby-remark-responsive-iframe', + options: { + wrapperStyle: 'margin-bottom: 1.0725rem', }, }, 'gatsby-remark-prismjs', @@ -71,11 +71,11 @@ const config = { }, }, { - resolve : 'gatsby-plugin-netlify', - options : { - mergeSecurityHeaders : false, - mergeLinkHeaders : true, - mergeCachingHeaders : true, + resolve: 'gatsby-plugin-netlify', + options: { + mergeSecurityHeaders: false, + mergeLinkHeaders: true, + mergeCachingHeaders: true, }, }, 'gatsby-transformer-yaml', diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index d5b0524be..f43d771c1 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -17,7 +17,7 @@ const Footer = ({ >

{node.name}