Skip to content

Commit

Permalink
(fix): node version for gh pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-quanit committed Oct 29, 2023
1 parent 41cc1e2 commit ab071f0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/** @type {import('next').NextConfig} */
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "images.unsplash.com",
},
],
},
output: 'export',
// images: {
// remotePatterns: [
// {
// protocol: "https",
// hostname: "images.unsplash.com",
// },
// ],
// },
// experimental: {
// serverActions: true,
// },
Expand Down

0 comments on commit ab071f0

Please sign in to comment.