Moved images out of the app/assets folder

This commit is contained in:
Chris Kankiewicz
2025-03-16 21:39:12 -07:00
parent 84324e4455
commit 0e01369c28
5 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ dev development: # Build application for development
prod production: # Build application for production
@composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
@npm install --no-save && npm run production && npm prune --production
@npm install --no-save && npm run build && npm prune --production
update upgrade: # Update application dependencies
@composer update && npm update && npm install && npm audit fix

2
app/assets/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -4,7 +4,7 @@
<meta name="description" content="{{ config('meta_description') }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{{ asset('images/favicon.light.png') }}">
<link rel="icon" href="app/images/favicon.light.png">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">