mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-18 06:03:27 +09:00
update swiper and tsconfig
This commit is contained in:
@@ -48,7 +48,7 @@ const htmlEntityDecoder = (htmlWithEntities: string): string => {
|
||||
/(&|<|>|"|')/g,
|
||||
(entity: string): string => {
|
||||
return entityList[entity];
|
||||
}
|
||||
},
|
||||
);
|
||||
return htmlWithoutEntities;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user