style: 🩹 normalize usage of quotes
This commit is contained in:
parent
8c21edac0e
commit
980e1f0463
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ const IMAGE_TRANSFORM_OPTS = {
|
|||
};
|
||||
|
||||
export default async function (eleventyConfig) {
|
||||
eleventyConfig.addWatchTarget("./src/css/")
|
||||
eleventyConfig.addPassthroughCopy("./src/fonts/");
|
||||
eleventyConfig.addWatchTarget('./src/css/');
|
||||
eleventyConfig.addPassthroughCopy('./src/fonts/');
|
||||
|
||||
eleventyConfig.addCollection('sebin', (collection) =>
|
||||
collection.getFilteredByGlob('./src/sebin/*.md')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue