~haowenl/vision-venture

876de65b33a85a0c37a60bdee1fb6a14624ebcf1 — Haowen Liu 7 months ago a4eb638
Use CDN instead
1 files changed, 1 insertions(+), 1 deletions(-)

M src/utils/sanity.ts
M src/utils/sanity.ts => src/utils/sanity.ts +1 -1
@@ 16,7 16,7 @@ const sanity = createClient({
	projectId: 'xnlnwt2r',
	dataset: 'production',
	apiVersion: '2021-10-21',
	useCdn: false
	useCdn: true
});

function getSeasonQuery(season?: number) {