Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Oct 26, 2024
1 parent 650c0df commit 050230e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function (eleventyConfig) {
sourcemap: 'true',
manifest: true,
rollupOptions: {
external: ["/pagefind/pagefind-ui.js"],
external: ['/pagefind/pagefind-ui.js'],
output: {
assetFileNames: (assetInfo) => {
var info = assetInfo.name.split('.');
Expand All @@ -104,7 +104,7 @@ export default function (eleventyConfig) {
manualChunks: {
PhotoSwipe: ['photoswipe'],
PhotoSwipeLightbox: ['photoswipe/lightbox']
},
}
},
plugins: [
rollupPluginCritical({
Expand Down Expand Up @@ -278,4 +278,4 @@ export default function (eleventyConfig) {
data: '_data'
}
};
};
}
2 changes: 1 addition & 1 deletion src/_data/speedlify.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default async function () {
});

return json;
};
}
2 changes: 1 addition & 1 deletion utils/transforms.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default {}
export default {};

0 comments on commit 050230e

Please sign in to comment.