Skip to content

Commit 7e38955

Browse files
committed
Changes refined
1 parent 4e0b6af commit 7e38955

File tree

4 files changed

+3
-99
lines changed

4 files changed

+3
-99
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ yarn-error.log*
3636
*.tsbuildinfo
3737
next-env.d.ts
3838

39-
39+
.gitignore
4040

4141
.env.local

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,4 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
3434

3535
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
3636

37-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
38-
=======
39-
# StackSurge
40-
>>>>>>> 5db8df5d3cefbbbc2bca2240d255eb01738c0f5e
37+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.

convex/README.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

next.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ const nextConfig = {
1212
protocol: "https",
1313
hostname: "utfs.io",
1414
},
15-
{
16-
protocol: "https",
17-
hostname: "gravatar.com", // Add Gravatar here
18-
},
15+
1916
],
2017
},
2118
};

0 commit comments

Comments
 (0)