mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: SEO Improvements
- Added `APP_STAGING` variable to `.env.example` - Updated `config/app.php` to use `APP_STAGING` for determining the value of `IS_STAGING` - Updated `resources/views/layouts/app.blade.php` and `resources/views/posts/show.blade.php` to include additional meta tags for SEO and attribution
This commit is contained in:
@@ -4,6 +4,8 @@ APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://127.0.0.1:8000
|
||||
|
||||
APP_STAGING=false
|
||||
|
||||
RGAPI_KEY="RGAPI-00000000-0000-0000-0000-000000000000"
|
||||
|
||||
LOGIN_ROUTE_NAME="/your/secret/login/route"
|
||||
|
||||
Reference in New Issue
Block a user