Skip to content

Commit

Permalink
Merge pull request #48 from One-Click-Auth/deepsource-transform-1db1d978
Browse files Browse the repository at this point in the history
style: format code with Prettier and StandardJS
  • Loading branch information
Neon-20 authored Nov 16, 2023
2 parents 76b4e67 + 9f07cfb commit 3e467f5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "github.com",
pathname: "/shadcn.png",
},
],
protocol: 'https',
hostname: 'github.com',
pathname: '/shadcn.png'
}
]
},
async headers() {
async headers () {
return [
{
source: "/(.*)",
source: '/(.*)',
headers: [
{
key: "Cache-Control",
value: "public, max-age=2592000",
},
],
},
];
},
};
key: 'Cache-Control',
value: 'public, max-age=2592000'
}
]
}
]
}
}

module.exports = nextConfig;
module.exports = nextConfig

0 comments on commit 3e467f5

Please sign in to comment.