Nick Davis
Home
Notes
Notes
Disable lazyload on WordPress image
Nick
·
November 8, 2022
<?php the_post_thumbnail( '', array( 'loading' => 'eager' ) );
WordPress
Notes
Increase PHP memory limit in Laravel Valet
July 5, 2023
Notes
Fix 504 Gateway Timeout in Laravel Valet
July 5, 2023
Notes
Pull all remote git branches to local
June 30, 2023