Skip to content

Commit

Permalink
Fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Nov 18, 2024
1 parent 409eb91 commit 670019c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ export default async function (eleventyConfig) {
eleventyConfig
.addPassthroughCopy({
"./public/": "/"
})
.addPassthroughCopy({
}).addPassthroughCopy({
"./src/img/": "/img/"
}).addPassthroughCopy({
"./node_modules/photoswipe/dist/photoswipe-lightbox.esm.min.js": "/assets/ps/photoswipe-lightbox.esm.min.js",
"./node_modules/photoswipe/dist/photoswipe.esm.min.js": "/assets/ps/photoswipe.esm.min.js",
"./node_modules/photoswipe/dist/photoswipe.css": "/assets/ps/photoswipe.css",
Expand Down

0 comments on commit 670019c

Please sign in to comment.