Skip to content

Commit

Permalink
add sharp & encoding #96
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Oct 13, 2023
1 parent 2c18d88 commit 1c50e8f
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 87 deletions.
10 changes: 10 additions & 0 deletions app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ import { Toaster } from "react-hot-toast"
const montserrat = Montserrat({ subsets: ["latin"] })

export const metadata: Metadata = {
metadataBase: new URL(
process.env.SITE_URL ?? `http://localhost:${process.env.PORT ?? 3000}`,
),
alternates: {
canonical: "/",
languages: {
"en-US": "/en-US",
"de-DE": "/de-DE",
},
},
title: "Track your Brawlhalla stats, view rankings, and more! • Corehalla",
description:
"Improve your Brawlhalla Game, and find your place among the Elite with our in-depth Player and Clan stats tracking and live leaderboards.",
Expand Down
57 changes: 0 additions & 57 deletions app/components/ui/button.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions app/components/ui/slider.tsx

This file was deleted.

2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"db": "workspace:*",
"drizzle-orm": "^0.28.6",
"drizzle-zod": "^0.5.1",
"encoding": "^0.1.13",
"immer": "^10.0.3",
"kbar": "0.1.0-beta.39",
"logger": "workspace:*",
Expand All @@ -38,6 +39,7 @@
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.7.1",
"sharp": "^0.32.6",
"superjson": "^1.13.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
Expand Down
1 change: 1 addition & 0 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config: KnipConfig = {
// TODO: remove this
"packages/server/**",
],
ignoreDependencies: ["encoding", "sharp"],
}

export default config
Loading

0 comments on commit 1c50e8f

Please sign in to comment.