We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d3a2a commit 7e3043bCopy full SHA for 7e3043b
pages/explore.tsx
@@ -46,7 +46,7 @@ export default function Explore({ pairs }: ExploreProps) {
46
47
export async function getStaticProps() {
48
const req = await fetch(
49
- "https://raw.githubusercontent.com/ahmedsomaa/theme-font-pair/main/data/pairs.json"
+ "https://raw.githubusercontent.com/ahmedsomaa/editor-setup/main/data/pairs.json"
50
);
51
const pairs: Pair[] = await req.json();
52
return {
0 commit comments