Skip to content

Commit

Permalink
Fix: external .io, not found, base-href
Browse files Browse the repository at this point in the history
rm dist/ -Rf; rm ../docs -Rf ;ng build --watch --base-href https://moueza.github.io/Z-Anatomy/dist
++++ final slash

Refs: v = 225
  • Loading branch information
moueza committed Jul 19, 2024
1 parent 0a8d811 commit f1a197c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WEBSITE/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Component } from '@angular/core';
export class AppComponent {

title = 'Z-Anatomy';
version = 224;//v =
version = 225;//v =
cookiesONvar: boolean=false;
/** private https://stackoverflow.com/questions/40371728/firing-an-angular-2-attribute-directive-after-model-load */
constructor() {
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta charset="utf-8">
<title>Z-Anatomy</title>
<!-- https://github.com/isaacs/github/issues/408 -->
<base href="https://moueza.github.io/Z-Anatomy/">
<base href="https://moueza.github.io/Z-Anatomy/dist">

<meta charset="UTF-8">
<meta name="description" content="Free anatomy model">
Expand All @@ -32,5 +32,5 @@
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
<body>
<app-root></app-root>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-5Y3SYC2B.js" type="module"></script></body>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-5ROW7SN2.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/main-5Y3SYC2B.js → docs/main-5ROW7SN2.js

Large diffs are not rendered by default.

0 comments on commit f1a197c

Please sign in to comment.