Skip to content

Commit

Permalink
docs(example): Update Makeswift example (#39070)
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrikarim committed Jul 27, 2022
1 parent e647295 commit fe72c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions examples/cms-makeswift/next.config.js
@@ -1,9 +1,8 @@
const withMakeswift = require('@makeswift/runtime/next/plugin')()

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['s.mkswft.com'],
},
}

module.exports = nextConfig
module.exports = withMakeswift(nextConfig)
2 changes: 1 addition & 1 deletion examples/cms-makeswift/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"@makeswift/runtime": "0.0.21",
"@makeswift/runtime": "0.1.2",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down

0 comments on commit fe72c82

Please sign in to comment.