Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zromick committed Jul 2, 2024
1 parent 98897e4 commit 2856195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const HTMLLinkScraper = () => {
const [isCopied, setIsCopied] = useState(false);
const [baseUrl, setBaseUrl] = useState<string>('');
const [isSorted, setIsSorted] = useState(false);
const useFullUrls = true;
const useFullUrls = true; // Kinda unnecessary but could be useful if you want to toggle this
const maxDisplayLength = 100;

const extractMostCommonBaseUrl = (html: string): string => {
Expand Down

0 comments on commit 2856195

Please sign in to comment.