Fix useIndex
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
philipp lang 2023-08-25 00:26:21 +02:00
parent 2e9ab78203
commit 1bdcc55d2a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export function useIndex(props, siteName) {
}; };
} }
startListener(; startListener();
onBeforeUnmount(() => stopListener()); onBeforeUnmount(() => stopListener());
return { return {