Skip to content

Commit 924d36c

Browse files
PANSTER.DanielPANSTER.Daniel
PANSTER.Daniel
authored and
PANSTER.Daniel
committed
src img path (test)
1 parent 2a391a0 commit 924d36c

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.angular-cli.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"root": "src",
99
"outDir": "dist",
1010
"assets": [
11-
"assets",
12-
"assets/screens"
11+
"assets"
1312
],
1413
"index": "index.html",
1514
"main": "main.ts",

src/app/home/home.component.ts

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

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

1414
ngOnInit() {

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
1010
</head>
1111
<body>
12-
1312
<app-root></app-root>
1413
</body>
1514
</html>

0 commit comments

Comments
 (0)