Skip to content

Commit d57ed59

Browse files
committed
fix: resolve merge conflicts with upstream/main
2 parents 415364c + bb743e7 commit d57ed59

59 files changed

Lines changed: 3314 additions & 1067 deletions

Some content is hidden

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

next.config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,7 @@ const nextConfig: NextConfig = {
6868
destination: "https://app.gitcoin.co/blog",
6969
},
7070

71-
// redo
72-
{
73-
source: "/brand",
74-
destination: "https://app.gitcoin.co/brand",
75-
},
76-
7771
// impact.gitcoin.co rewrites
78-
79-
// redo - high priority
80-
{
81-
source: "/impact",
82-
destination: "https://impact.gitcoin.co",
83-
},
8472
{
8573
source: "/impact/:path*",
8674
destination: "https://impact.gitcoin.co/impact/:path*",

package-lock.json

Lines changed: 1006 additions & 859 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"zod": "^4.3.6"
6363
},
6464
"devDependencies": {
65+
"@types/three": "^0.183.1",
6566
"playwright": "^1.58.2",
6667
"shadcn": "^3.8.4",
6768
"tsx": "^4.21.0",

public/assets/brand/chladni-1.png

4.05 MB
Loading

public/assets/brand/chladni-2.png

3.03 MB
Loading

public/assets/brand/chladni-3.png

3.48 MB
Loading
33 KB
Binary file not shown.

public/assets/brand/helmet.svg

Lines changed: 11 additions & 0 deletions
Loading
35.2 KB
Binary file not shown.

public/assets/brand/wordmark.svg

Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)