Skip to content

Commit

Permalink
updates related to migrating to netlify (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer authored Sep 21, 2023
1 parent d79b615 commit 1e817dd
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 20 deletions.
4 changes: 3 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const adapter = require('gatsby-adapter-netlify')

require('dotenv').config({
path: `.env.${process.env.NODE_ENV}`,
})
Expand All @@ -19,6 +21,7 @@ module.exports = {
image: '/og-image.jpg',
siteUrl: 'https://www.ryanwiemer.com',
},
adapter: adapter.default(),
plugins: [
{
resolve: 'gatsby-plugin-manifest',
Expand All @@ -32,7 +35,6 @@ module.exports = {
icon: require.resolve('./static/favicon.png'),
},
},
'gatsby-plugin-gatsby-cloud',
'gatsby-plugin-image',
'gatsby-plugin-react-helmet',
'gatsby-plugin-emotion',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rw",
"description": "Ryan Wiemer's online portfolio",
"version": "2.4.0",
"version": "2.4.1",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"keywords": [
"rw"
Expand All @@ -17,8 +17,8 @@
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^10.16.4",
"gatsby": "^5.12.4",
"gatsby-adapter-netlify": "^1.0.0",
"gatsby-plugin-emotion": "^8.12.0",
"gatsby-plugin-gatsby-cloud": "^5.12.0",
"gatsby-plugin-google-gtag": "5.12.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
Expand Down
Loading

0 comments on commit 1e817dd

Please sign in to comment.