Skip to content

Commit 98dc1af

Browse files
committed
sanity and clerk functionality
1 parent c04ea32 commit 98dc1af

Some content is hidden

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

46 files changed

+18944
-4464
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Here is the updated and corrected version of your `README.md` file:
21

32
```markdown
43
# 🛋️ Funiro - Modern Furniture E-commerce
54

65
<div align="center">
7-
<img src="/public/Logo.png" alt="Funiro Logo" width="200"/>
6+
<img src="/Logo.png" alt="Funiro Logo" width="200"/>
87
<p>A modern, responsive e-commerce platform for luxury furniture.</p>
98
</div>
109

next.config.mjs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
images: {
4+
domains: ['cdn.sanity.io'],
5+
},
6+
};
37

48
export default nextConfig;

0 commit comments

Comments
 (0)