Skip to content

Commit d6550aa

Browse files
committed
Update URL
1 parent d26eae5 commit d6550aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to Anofie Lite documentation for initial stable version 1.0
44

55
---
66

7-
![Anofie - Anonymous feedback script remastered](https://docs.anofie.classiebit.com/images/anofie-docs-banner-1.jpg "Anofie - Anonymous feedback script remastered")
7+
![Anofie - Anonymous feedback script remastered](https://anofie-docs.classiebit.com/images/anofie-docs-banner-1.jpg "Anofie - Anonymous feedback script remastered")
88

99

1010
> {info.fa-youtube} Here's a complete video tutorial guide for getting started quickly ✌️

config/larecipe.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*/
7070

7171
'cache' => [
72-
'enabled' => env('APP_ENV') == 'staging' ? true : false,
72+
'enabled' => env('APP_ENV') == 'staging' && env('APP_DEBUG') == true ? true : false,
7373
'period' => 25200 // 7 days -- value in minutes
7474
],
7575

@@ -140,8 +140,8 @@
140140
'og' => [
141141
'title' => 'Anofie Lite - Docs',
142142
'type' => 'article',
143-
'url' => 'https://docs.anofie.classiebit.com',
144-
'image' => 'https://docs.anofie.classiebit.com/logo.png',
143+
'url' => 'https://anofie-docs.classiebit.com',
144+
'image' => 'https://anofie-docs.classiebit.com/logo.png',
145145
'description' => 'Collect honest suggestions and feedbacks from your friends, employees, or customers in a creative and professional manner.',
146146
]
147147
],

resources/docs/1.0/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to Anofie Lite documentation for initial stable version 1.0
44

55
---
66

7-
![Anofie - Anonymous feedback script remastered](https://docs.anofie.classiebit.com/images/anofie-docs-banner-1.jpg "Anofie - Anonymous feedback script remastered")
7+
![Anofie - Anonymous feedback script remastered](https://anofie-docs.classiebit.com/images/anofie-docs-banner-1.jpg "Anofie - Anonymous feedback script remastered")
88

99

1010
> {info.fa-youtube} Here's a complete video tutorial guide for getting started quickly ✌️

0 commit comments

Comments
 (0)