Skip to content

Commit

Permalink
chore(deps): bump to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Oct 13, 2020
1 parent 1610cb7 commit a360ed2
Show file tree
Hide file tree
Showing 5 changed files with 12,568 additions and 6,069 deletions.
21 changes: 11 additions & 10 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const pkgJSON = require('./package.json');

module.exports = {
const nextConfig = {
crossOrigin: 'anonymous',
target: 'serverless',

Expand All @@ -12,17 +12,16 @@ module.exports = {
FATHOM_SITEID: 'EPVCGNZL',
},

redirects: () => [
{
source: '/blog',
permanent: false,
destination: 'https://mcansh.blog',
},
],

experimental: {
deferScripts: true,
granularChunks: true,
modern: true,
redirects: () => [
{
source: '/blog',
permanent: false,
destination: 'https://mcansh.blog',
},
],
},

webpack: (config, { buildId, webpack }) => {
Expand Down Expand Up @@ -59,3 +58,5 @@ module.exports = {
return config;
},
};

module.exports = nextConfig;
9 changes: 0 additions & 9 deletions now.json

This file was deleted.

Loading

0 comments on commit a360ed2

Please sign in to comment.