Skip to content

Commit

Permalink
unoptimize
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 5, 2023
1 parent 79e1380 commit e1170d8
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 6 deletions.
6 changes: 2 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
const withNextra = require('nextra')({
theme: 'nextra-theme-blog',
themeConfig: './theme.config.js',
staticImage: true,
readingTime: true
staticImage: true
})

const nextConfig = {
images: {
loader: 'akamai',
path: '/'
unoptimized: true
}
}

Expand Down

0 comments on commit e1170d8

Please sign in to comment.