Skip to content

Commit a528163

Browse files
committed
chore: json files moved into the public/static
1 parent 2790467 commit a528163

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/next.partners.constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import partners from '#site/public/static/partners/constants.json' with { type: 'json' };
12
import type { Partners } from '#site/types';
23
import { createPartnersList } from '#site/util/partners';
3-
import partners from '#site/util/partners/constants.json' with { type: 'json' };
44

55
const getPartnersByType = (type?: 'Logo' | 'Favicon') =>
66
createPartnersList(partners as Array<Omit<Partners, 'logo'>>, type);
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)