]> _ Git - pmi.git/commitdiff
#2949
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Aug 2019 15:01:44 +0000 (17:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Aug 2019 15:01:44 +0000 (17:01 +0200)
.env.production
.env.staging
config/cubist.php
public/info.php [deleted file]
public/robots.txt [deleted file]

index b78b5befb8c93e1930dd410ee813506fbc3e4802..2480041853a0701ae723adfffa23e27b9a8a7c11 100644 (file)
@@ -40,6 +40,8 @@ PUSHER_APP_CLUSTER=mt1
 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
 MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
 
+SEO_ROBOTS=true
+
 GOOGLE_ANALYTICS_ID=UA-4339912-10
 BACKPACK_LICENSE=YwdOWjeEczPAwy06GzkBJggW
 
index cc7b4c071b78942c8a6d03ed6cadf37479dfc578..1c94da67a9369cc4aae4eef849e0259a91239990 100644 (file)
@@ -39,6 +39,8 @@ PUSHER_APP_CLUSTER=mt1
 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
 MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
 
+SEO_ROBOTS=false
+
 GOOGLE_ANALYTICS_ID=UA-4339912-10
 BACKPACK_LICENSE=YwdOWjeEczPAwy06GzkBJggW
 
index 7ed9d1b23cf0dca88e1bb9093a0f2ed3a6475a90..89c9dd972abf47dc150c60d444d74708f39946e6 100644 (file)
@@ -4,4 +4,6 @@ return [
     'internal_search_index' => env('CUBIST_INTERNAL_SEARCH_INDEX', strtolower(env('APP_NAME', 'App_name') . '_' . env('APP_ENV', 'dev'))),
     'page_model' => '\App\Models\Page',
     'settings_model' => '\App\Models\Settings',
+    'seo_robots' => env('SEO_ROBOTS', true),
 ];
+
diff --git a/public/info.php b/public/info.php
deleted file mode 100644 (file)
index 61ace19..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php
-phpinfo();
diff --git a/public/robots.txt b/public/robots.txt
deleted file mode 100644 (file)
index eb05362..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-User-agent: *
-Disallow: