Skip to content

Commit d344ff8

Browse files
committed
revert: index always true
1 parent 1cea910 commit d344ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'active' => true, // whether robots handling should be done by the plugin
5454
'followPageStatus' => true, // should unlisted pages be noindex by default?
5555
'pageSettings' => true, // whether to have robots settings on each page
56-
'index' => true, //fn() => !option('debug'), // default site-wide robots setting
56+
'index' => fn () => !option('debug'), // default site-wide robots setting
5757
'sitemap' => null, // sets sitemap url, will be replaced by plugin sitemap in the future
5858
'content' => [], // custom robots content
5959
'types' => ['index', 'follow', 'archive', 'imageindex', 'snippet'] // available robots types

0 commit comments

Comments
 (0)