Skip to content

Commit

Permalink
comments dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenJLu committed Jan 4, 2025
1 parent abac901 commit e79ffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/r2-test/r2-worker-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface LoaderData {

export const loader = async () => {
try {
const response = await fetch('https://r2-worker.stephenjlu.com/comments.json');
const response = await fetch('https://r2.stephenjlu.com/comments.json');
const comments = await response.json();
return json<LoaderData>({ comments: comments || [] });
} catch (error) {
Expand Down

0 comments on commit e79ffdd

Please sign in to comment.