Skip to content

Commit

Permalink
Fix file size endpoint
Browse files Browse the repository at this point in the history
Tool: gitpod/catfood.gitpod.cloud
  • Loading branch information
filiptronicek committed Feb 22, 2025
1 parent 76e846c commit 292d675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export async function getStaticProps(): Promise<

// Get file statistics

const sizeEndpoint = 'https://classic.interclip.app/includes/size.json';
const sizeEndpoint = 'https://interclip.app/includes/size.json';
const response = await fetch(sizeEndpoint);
const sizeData: SizeResponse = await response.json();

Expand Down

0 comments on commit 292d675

Please sign in to comment.