Skip to content

Commit f786100

Browse files
committed
update doc
1 parent d32d5f6 commit f786100

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

docs/configuration.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
---
2-
title: Configuration
3-
slug: configuration
4-
path: docs/v1/configuration
5-
uri: /docs/1.x/configuration
6-
heading: Configuration
7-
brief:
8-
---
9-
101
## Configuration Files
112

123
InspireCMS's configuration is primarily managed through the `config/inspirecms.php` file. If this file doesn't exist after installation, you can publish it using:
@@ -501,6 +492,13 @@ Control how InspireCMS handles frontend requests:
501492
* Override to implement custom slug generation rules
502493
*/
503494
'slug_generator' => \SolutionForest\InspireCms\Content\DefaultSlugGenerator::class,
495+
496+
'fallback_seo' => [
497+
'title' => env('APP_NAME', 'Home'),
498+
'description' => null,
499+
'keywords' => null,
500+
'image' => null,
501+
],
504502
],
505503
```
506504

0 commit comments

Comments
 (0)