Skip to content

Commit

Permalink
WIP: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Nov 17, 2023
1 parent 6a22695 commit a9284b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/optimism-retropgf-3/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ProjectsResponse } from "@/types/api/RetroPGF3";
const URL =
process.env.NEXT_PUBLIC_VERCEL_ENV === "development"
? `http://${process.env.NEXT_PUBLIC_VERCEL_URL}/api/optimism-retropgf-3/projects`
: `/api/optimism-retropgf-3/projects`;
: `https://${process.env.NEXT_PUBLIC_VERCEL_URL}/api/optimism-retropgf-3/projects`;

const getProjects = async () => {
console.log("URL", URL);
Expand Down

0 comments on commit a9284b6

Please sign in to comment.