Skip to content

Commit

Permalink
update urls in next.js again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed May 16, 2024
1 parent d688576 commit 39fcbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/docs-bundle/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const nextConfig = {
},
{
protocol: "https",
hostname: "fdr-prod-docs-files-public.s3.us-east-1.amazonaws.com",
hostname: "fdr-prod-docs-files-public.s3.amazonaws.com",
port: "",
},
{
Expand All @@ -114,7 +114,7 @@ const nextConfig = {
},
{
protocol: "https",
hostname: "fdr-dev2-docs-files-public.s3.us-east-1.amazonaws.com",
hostname: "fdr-dev2-docs-files-public.s3.amazonaws.com",
port: "",
},
],
Expand Down

0 comments on commit 39fcbdd

Please sign in to comment.