We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931aabb commit 7f25ebdCopy full SHA for 7f25ebd
apps/site/next-data/generators/releaseSchedule.mjs
@@ -1,5 +1,5 @@
1
import { RELEASE_SCHEDULE_URL } from '#site/next.constants.mjs';
2
-import { fetchWithRetry } from '#site/util/fetch';
+import { fetchWithRetry } from '#site/next.fetch.mjs';
3
4
async function fetchReleaseSchedule() {
5
const response = await fetchWithRetry(RELEASE_SCHEDULE_URL);
0 commit comments