Skip to content

Commit f044b85

Browse files
committed
add zip smith url
1 parent 9293e34 commit f044b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/download-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import { useSearchParams } from 'next/navigation';
1515
import { useState } from 'react';
1616

17-
const ZIP_SMITH_WORKER = 'TODO';
17+
const ZIP_SMITH_WORKER = 'https://zip-smith.essentialsx.workers.dev';
1818

1919
export default function DownloadSelector() {
2020
const params = useSearchParams();

0 commit comments

Comments
 (0)