Skip to content

Commit

Permalink
Make quotes more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
vluijkx committed Jan 8, 2024
1 parent 6540148 commit 17c7365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ If you want to use a different storage method for the Errors or Redirects, you c

By default, errors are stored using the built-in `redirect-sqlite` connection. Picking another connection can be useful if you're logging a lot of errors & hits. To do this, change the `error_connection` config value. Provide `default` to use the default Laravel connection.

> [!NOTE]
> When using a connection other than `redirect-sqlite`, make sure to publish (and run) the corresponding migration using `php artisan vendor:publish --tag="statamic-redirect-error-migrations"`.
### Redirects
Expand All @@ -99,5 +98,4 @@ By default, errors are stored in the `content/redirects` folder. Update the `red

It is also possible to store your redirects in the database. To do this, change the `redirect_connection` config value. Provide `default` to use the default Laravel connection.

> [!NOTE]
> When using a connection other than `stache` or `redirect-sqlite`, make sure to publish (and run) the corresponding migration using `php artisan vendor:publish --tag="statamic-redirect-redirect-migrations"`.

0 comments on commit 17c7365

Please # to comment.