Skip to content

Commit

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

module.exports = withNextra()
const nextConfig = {
images: {
loader: 'akamai',
path: '/'
}
}

module.exports = withNextra(nextConfig)
60 changes: 0 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5a59cc

Please sign in to comment.