File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22<module type =" JAVA_MODULE" version =" 4" >
33 <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
44 <exclude-output />
5- <content url =" file://$MODULE_DIR$" />
5+ <content url =" file://$MODULE_DIR$" >
6+ <excludeFolder url =" file://$MODULE_DIR$/_site" />
7+ </content >
68 <orderEntry type =" inheritedJdk" />
79 <orderEntry type =" sourceFolder" forTests =" false" />
810 </component >
Original file line number Diff line number Diff line change 7676 allImages . forEach ( img => {
7777 img . addEventListener ( 'error' , function ( ) {
7878 // Replace with placeholder or fallback image
79- this . src = '/assets/images/placeholder.png' ;
79+ this . src = '{{ site.baseurl }} /assets/images/placeholder.png' ;
8080 this . alt = 'Image not available' ;
8181 this . classList . add ( 'image-error' ) ;
8282 } ) ;
You can’t perform that action at this time.
0 commit comments