Skip to content

Commit

Permalink
Fix: external .io .blend path (#129)
Browse files Browse the repository at this point in the history
docs/assets/...
++++ final slash

Refs: v = 226
  • Loading branch information
moueza authored Jul 19, 2024
2 parents 4fe09c0 + 6faf602 commit aa30830
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WEBSITE/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2 >Resources</h2>



<a class="card" href="/assets/Startup.blend" >
<a class="card" href="docs/assets/Startup.blend" >

<span>Indirect Download Startup.blend 2</span>
<svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>
Expand Down
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 = 225;//v =
version = 226;//v =
cookiesONvar: boolean=false;
/** private https://stackoverflow.com/questions/40371728/firing-an-angular-2-attribute-directive-after-model-load */
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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-5ROW7SN2.js" type="module"></script></body>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-LBVNZHND.js" type="module"></script></body>
</html>
Loading

0 comments on commit aa30830

Please sign in to comment.