Skip to content

Commit

Permalink
[web] add sharp and remove port from url config
Browse files Browse the repository at this point in the history
  • Loading branch information
rdonnelly committed Jan 3, 2023
1 parent 650640b commit 5a4a4a4
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 44 deletions.
1 change: 0 additions & 1 deletion packages/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const nextConfig = {
{
protocol: 'https',
hostname: 'cerebrodatastorage.blob.core.windows.net',
port: '',
pathname: '/cerebro-cards/official/*.jpg',
},
],
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"react-native-render-html": "^5.1.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.17.0",
"sharp": "^0.31.3",
"styled-components": "^5.3.6",
"use-dark-mode": "^2.3.1"
},
Expand Down
Loading

1 comment on commit 5a4a4a4

@vercel
Copy link

@vercel vercel bot commented on 5a4a4a4 Jan 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.