Skip to content

Commit

Permalink
Changing urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Jasnowski committed Jan 24, 2019
1 parent 21aad3b commit 9ea4dd3
Show file tree
Hide file tree
Showing 27 changed files with 1,302 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'baseUrl' => '',
'baseUrl' => 'https://docs.delaford.com',
'production' => false,
'siteName' => 'Delaford',
'siteDescription' => 'Online 2D JavaScript RPG',
Expand Down
6 changes: 0 additions & 6 deletions config.prod.php

This file was deleted.

2 changes: 1 addition & 1 deletion config.production.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'baseUrl' => 'https://my-jigsaw-docs.com',
'baseUrl' => 'https://docs.delaford.com',
'production' => true,

// DocSearch credentials
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
288 changes: 286 additions & 2 deletions source/js/app.js

Large diffs are not rendered by default.

1,014 changes: 1,012 additions & 2 deletions source/js/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=1abdaaf9ef8dfb138dae",
"/js/app.js": "/js/app.js?id=4b35cff20911cb1a3063",
"/css/main.css": "/css/main.css?id=c515db132c44b6aafe3e",
"/js/main.js": "/js/main.js?id=e2ab6b8e6b31a1d385bc"
"/js/main.js": "/js/main.js?id=82aedf2bfe414313fdbd"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ea4dd3

Please sign in to comment.