Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: compress site (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrishguptaa committed Oct 24, 2022
1 parent ea13f9d commit b0314d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
reactStrictMode: true,
images: {
domains: [
"github.com",
Expand All @@ -10,7 +9,9 @@ const nextConfig = {
"cdn.nhcarrigan.com",
"avatars.dicebear.com",
],
formats: ['image/webp']
},
compress: true,
};

module.exports = nextConfig;

0 comments on commit b0314d5

Please sign in to comment.