[ci] yarn format
This commit is contained in:
parent
7eaabbb0e1
commit
bb1fa3e897
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export function createAstro(fileURLStr: string, site: string): TopLevelAstro {
|
|||
};
|
||||
}
|
||||
|
||||
const toAttributeString = (value: any) => String(value).replace(/&/g, '&').replace(/"/g, '"')
|
||||
const toAttributeString = (value: any) => String(value).replace(/&/g, '&').replace(/"/g, '"');
|
||||
|
||||
// A helper used to turn expressions into attribute key/value
|
||||
export function addAttribute(value: any, key: string) {
|
||||
|
|
Loading…
Reference in a new issue