Skip to content

Commit 7e3043b

Browse files
committed
fix: update pairs data url
1 parent e6d3a2a commit 7e3043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/explore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Explore({ pairs }: ExploreProps) {
4646

4747
export async function getStaticProps() {
4848
const req = await fetch(
49-
"https://raw.githubusercontent.com/ahmedsomaa/theme-font-pair/main/data/pairs.json"
49+
"https://raw.githubusercontent.com/ahmedsomaa/editor-setup/main/data/pairs.json"
5050
);
5151
const pairs: Pair[] = await req.json();
5252
return {

0 commit comments

Comments
 (0)