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 9293e34 commit f044b85Copy full SHA for f044b85
components/download-selector.tsx
@@ -14,7 +14,7 @@ import {
14
import { useSearchParams } from 'next/navigation';
15
import { useState } from 'react';
16
17
-const ZIP_SMITH_WORKER = 'TODO';
+const ZIP_SMITH_WORKER = 'https://zip-smith.essentialsx.workers.dev';
18
19
export default function DownloadSelector() {
20
const params = useSearchParams();
0 commit comments