diff --git a/gatsby-config.js b/gatsby-config.js index f96b193..70fd045 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -1,6 +1,7 @@ module.exports = { siteMetadata: { title: 'Chuck Dries', + siteUrl: 'https://chuckdries.com', }, plugins: [ 'gatsby-plugin-sass', @@ -50,5 +51,6 @@ module.exports = { }, }, 'gatsby-plugin-preval', + 'gatsby-plugin-robots-txt', ], }; diff --git a/package.json b/package.json index 2a165af..ba2a835 100644 --- a/package.json +++ b/package.json @@ -23,17 +23,25 @@ "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "autoprefixer": "^10.2.6", + "babel-eslint": "^10.1.0", "babel-plugin-preval": "^5.0.0", "babel-plugin-styled-components": "^1.12.0", "classnames": "^2.3.1", + "eslint": "^7.28.0", + "eslint-config-react-app": "^6.0.0", + "eslint-plugin-react": "^7.24.0", + "eslint-plugin-react-hooks": "^4.2.0", + "eslint-webpack-plugin": "^2.5.4", "fast-exif": "^1.0.1", "gatsby": "^3.4.1", + "gatsby-plugin-eslint": "^3.0.0", "gatsby-plugin-image": "^1.6.0", "gatsby-plugin-manifest": "^3.6.0", "gatsby-plugin-mdx": "^2.7.1", "gatsby-plugin-postcss": "^4.6.0", "gatsby-plugin-preval": "^1.0.0", "gatsby-plugin-react-helmet": "^4.6.0", + "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sass": "^4.6.0", "gatsby-plugin-sharp": "^3.6.0", "gatsby-source-filesystem": "^3.6.0", @@ -51,15 +59,7 @@ "sass": "^1.34.0", "styled-components": "^5.3.0", "tailwindcss": "^2.1.2", - "use-breakpoint": "^2.0.1", - "babel-eslint": "^10.1.0", - "eslint": "^7.28.0", - "eslint-config-react-app": "^6.0.0", - "eslint-plugin-react": "^7.24.0", - "eslint-plugin-react-hooks": "^4.2.0", - "eslint-webpack-plugin": "^2.5.4", - "gatsby-plugin-eslint": "^3.0.0" + "use-breakpoint": "^2.0.1" }, - "devDependencies": { - } + "devDependencies": {} } diff --git a/src/html.js b/src/html.js index 784e2f0..d733952 100644 --- a/src/html.js +++ b/src/html.js @@ -7,6 +7,7 @@ export default function HTML(props) { +