Skip to content

Commit f965f4a

Browse files
Merge pull request #187 from mkubdev/main
[Landing]: Update website design #184
2 parents f2a6f1e + 2d5d0db commit f965f4a

Some content is hidden

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

44 files changed

+8632
-5604
lines changed

components/Global/Footer.jsx

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

components/Global/index.js

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

components/Home/Hero.jsx

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

components/Home/index.js

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

next.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module.exports = {
33
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
44
exportPathMap: function () {
55
return {
6-
'/': { page: '/' }
7-
}
6+
"/": { page: "/" },
7+
};
88
},
99
reactStrictMode: true,
1010
images: {
11-
domains: ['res.cloudinary.com', 'github.com']
12-
}
13-
}
11+
domains: ["res.cloudinary.com", "github.com"],
12+
},
13+
};

out/_next/static/chunks/framework-91d7f78b5b4003c8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/main-1e7421553b9673ee.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/pages/_error-2280fa386d040b66.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/polyfills-5cd94c89d3acac5f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/_next/static/chunks/webpack-514908bffb652963.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)