Skip to content
Merged
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
6 changes: 0 additions & 6 deletions src/assets/aws.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/run-anywhere/platforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"icon": "nodejs",
"link": "/guides/hosting/#self-hosting"
},
{
"label": "AWS",
"icon": "aws",
"link": "/guides/hosting/aws/"
},
{
"label": "GitHub",
"icon": "github",
Expand Down
2 changes: 0 additions & 2 deletions src/components/run-anywhere/run-anywhere.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import platforms from "./platforms.json" with { type: "json" };
import awsLogo from "../../assets/aws.svg?type=raw";
import githubLogo from "../../assets/github.svg?type=raw";
import netlifyLogo from "../../assets/netlify.svg?type=raw";
import nodejsLogo from "../../assets/nodejs.svg?type=raw";
import vercelLogo from "../../assets/vercel.svg?type=raw";
import styles from "./run-anywhere.module.css";

const platformImageMapper = {
aws: awsLogo,
github: githubLogo,
netlify: netlifyLogo,
nodejs: nodejsLogo,
Expand Down