Skip to content
Prev Previous commit
Next Next commit
remove config
  • Loading branch information
sreya committed Nov 27, 2024
commit bebf898e3ca71992910ffe02c64f34cf64bee3fd
2 changes: 1 addition & 1 deletion offlinedocs/pages/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const getNavigation = (manifest: Manifest): Nav => {
};

const removeHtmlComments = (string: string) => {
return sanitizeHtml(string, {});
return sanitizeHtml(string);
};

export const getStaticPaths: GetStaticPaths = () => {
Expand Down
Loading