Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/language.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export default function Language() {
className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto"
>
<Image
src="/images/frameworks/csharp.svg"
src="/images/frameworks/csharp.png"
alt="C# Logo"
width={150}
height={80}
Expand All @@ -332,7 +332,7 @@ export default function Language() {
className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto"
>
<Image
src="/images/frameworks/rust.svg"
src="/images/frameworks/rust.png"
alt="Rust Logo"
width="90"
height="35"
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = withBundleAnalyzer({
// `assetPrefix` ensures correct asset loading for old pages when redirected from the new production landing page.

// Comment out the line below during local development to load assets locally.
assetPrefix: 'https://keploy-websites.vercel.app',
//assetPrefix: 'https://keploy-websites.vercel.app',
images: {
remotePatterns: [
{
Expand Down
Binary file added public/images/frameworks/csharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/images/frameworks/csharp.svg

This file was deleted.

Binary file added public/images/frameworks/rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions public/images/frameworks/rust.svg

This file was deleted.