Skip to content

Commit

Permalink
chore: github page deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KostaD02 committed Mar 9, 2024
1 parent 6026567 commit 8c24075
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<title>Demo preview</title>
<base href="/" />
<base href="/kd-loader/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>
body {
margin: 0;
Expand All @@ -15,15 +15,15 @@
</style>
<link
rel="stylesheet"
href="./styles-MDQC7WV6.css"
href="styles-MDQC7WV6.css"
media="print"
onload="this.media='all'"
/>
<noscript><link rel="stylesheet" href="./styles-MDQC7WV6.css" /></noscript>
<noscript><link rel="stylesheet" href="styles-MDQC7WV6.css" /></noscript>
</head>
<body>
<app-root></app-root>
<script src="./polyfills-RT5I6R6G.js" type="module"></script>
<script src="./main-DHYQDFSY.js" type="module"></script>
<script src="polyfills-RT5I6R6G.js" type="module"></script>
<script src="main-DHYQDFSY.js" type="module"></script>
</body>
</html>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"start": "ng serve",
"start:dev": "ng build ngx-cube-loader --watch --configuration development",
"build": "ng build",
"build-demo": "ng build --project demo --base-href=/kd-loader/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build-library": "ng build ngx-cube-loader --configuration=production",
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { provideRouter } from '@angular/router';
import { routes } from './app.routes';

export const appConfig: ApplicationConfig = {
providers: [provideRouter(routes)]
providers: [provideRouter(routes)],
};

0 comments on commit 8c24075

Please sign in to comment.