Skip to content

Commit

Permalink
deploy via gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Sep 24, 2024
1 parent 0f249b4 commit 7d22275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ const securityHeaders = [
];

module.exports = {
output: "export",
experimental: {
forceSwcTransforms: true,
},
reactStrictMode: true,
swcMinify: true,
pageExtensions: ["page.tsx", "page.ts"],
i18n,
async headers() {
return [
{
Expand Down

0 comments on commit 7d22275

Please sign in to comment.