Skip to content

Commit 2a391a0

Browse files
PANSTER.DanielPANSTER.Daniel
authored andcommitted
src img (test)
1 parent 222dda3 commit 2a391a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.angular-cli.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"root": "src",
99
"outDir": "dist",
1010
"assets": [
11-
"assets"
11+
"assets",
12+
"assets/screens"
1213
],
1314
"index": "index.html",
1415
"main": "main.ts",

src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class HomeComponent implements OnInit {
99

10-
public imgURL_cube_threejs = "/assets/screens/cube_threejs.jpg";
10+
public imgURL_cube_threejs = "assets/screens/cube_threejs.jpg";
1111
public imgURL_css3d_threejs = "/assets/screens/css3d_threejs.jpg";
1212
constructor() { }
1313

0 commit comments

Comments
 (0)