chore: Add module mount point for Masonry

This commit is contained in:
Thomas A. Christensen II 2023-03-31 22:43:47 -05:00
parent d3fbc737fd
commit 2ad5baec49
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -71,3 +71,7 @@ target = "assets/scripts/jquery"
[[module.mounts]]
source = "./node_modules/jquery-mask-plugin/dist"
target = "assets/scripts/jquery-mask-plugin"
[[module.mounts]]
source = "./node_modules/masonry-layout/dist"
target = "assets/scripts/masonry"