mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 18:25:31 -04:00
less resource-intensive methods of parsing URLs
This commit is contained in:
@@ -29,7 +29,7 @@ const Comments = ({ title, ...rest }: CommentsProps) => {
|
||||
mapping="specific"
|
||||
reactionsEnabled="1"
|
||||
emitMetadata="0"
|
||||
theme={activeTheme === "dark" ? "dark" : "light"}
|
||||
theme={activeTheme === "dark" ? activeTheme : "light"}
|
||||
/>
|
||||
</Wrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user