Skip to content

Commit 6c48cca

Browse files
authored
Merge pull request #90 from HazarBakir/refactor
Refactor codebase for consistent style and formatting
2 parents 333a0ea + d81cc19 commit 6c48cca

File tree

100 files changed

+7329
-6587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+7329
-6587
lines changed

next.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
experimental: {
5-
optimizeCss: true,
6-
middlewarePrefetch: 'strict'
7-
},
5+
optimizeCss: true,
6+
middlewarePrefetch: "strict",
7+
},
88
images: {
99
remotePatterns: [
1010
{
11-
protocol: 'https',
12-
hostname: 'avatars.githubusercontent.com',
11+
protocol: "https",
12+
hostname: "avatars.githubusercontent.com",
1313
},
1414
{
15-
protocol: 'https',
16-
hostname: 'github.com',
15+
protocol: "https",
16+
hostname: "github.com",
1717
},
1818
],
1919
},

0 commit comments

Comments
 (0)