From aa55458a73e0061335e8889dcd2cfa6564a93b28 Mon Sep 17 00:00:00 2001 From: Jasper Van Proeyen Date: Mon, 19 Nov 2018 15:53:27 +0100 Subject: [PATCH 1/2] fix(core): Fixed the GH Pages hack to redirect to the 'right' root --- styleguide/404.html | 2 +- styleguide/app/routes.ts | 2 +- styleguide/index.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/styleguide/404.html b/styleguide/404.html index d6b3996a6..4f06d05a4 100644 --- a/styleguide/404.html +++ b/styleguide/404.html @@ -9,7 +9,7 @@ - + diff --git a/styleguide/app/routes.ts b/styleguide/app/routes.ts index a737df23c..cfdf92d53 100644 --- a/styleguide/app/routes.ts +++ b/styleguide/app/routes.ts @@ -4,7 +4,7 @@ import { NotFoundPageComponent } from './pages/not-found/not-found.page'; export const ROUTES: Routes = [ { - path: '', redirectTo: '/modules/avatar', pathMatch: 'full', + path: '', redirectTo: '/modules/analytics', pathMatch: 'full', }, { path: 'not-found', component: NotFoundPageComponent, diff --git a/styleguide/index.html b/styleguide/index.html index 18be93718..cd01a84f6 100644 --- a/styleguide/index.html +++ b/styleguide/index.html @@ -32,6 +32,7 @@ + From b872c633dc66eb50ff87bbbd87eeecbdb0748beb Mon Sep 17 00:00:00 2001 From: Jasper Van Proeyen Date: Mon, 19 Nov 2018 15:56:17 +0100 Subject: [PATCH 2/2] fix(core): Fixed a stupid favicon warning --- styleguide/404.html | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide/404.html b/styleguide/404.html index 4f06d05a4..2f8787df8 100644 --- a/styleguide/404.html +++ b/styleguide/404.html @@ -3,6 +3,7 @@ Acpaas UI | Angular Modules +