code-igniter-v3-giggi: update release v1
diff --git a/application/config/config.php b/application/config/config.php
index 1031522..5e82e23 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -23,7 +23,7 @@
| a PHP script and you can easily do that on your own.
|
*/
-$config['base_url'] = '';
+$config['base_url'] = 'https://www.giggi.me/';
/*
|--------------------------------------------------------------------------
@@ -35,7 +35,7 @@
| variable so that it is blank.
|
*/
-$config['index_page'] = 'index.php';
+$config['index_page'] = '';
/*
|--------------------------------------------------------------------------
@@ -64,7 +64,7 @@
|
| https://codeigniter.com/user_guide/general/urls.html
*/
-$config['url_suffix'] = '';
+$config['url_suffix'] = '.html';
/*
|--------------------------------------------------------------------------