Skip to content

Commit

Permalink
Merge pull request #439 from almothafar/master
Browse files Browse the repository at this point in the history
Fix docs assets paths
  • Loading branch information
almothafar authored Sep 15, 2024
2 parents 7fc4394 + d59ed4f commit a0d704c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@
},
"root": "projects/demo",
"sourceRoot": "projects/demo/src",
"prefix": "app",
"prefix": "docs",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "docs",
"baseHref": "/auto-complete",
"index": "projects/demo/src/index.html",
"main": "projects/demo/src/main.ts",
"polyfills": "projects/demo/src/polyfills.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Demo</title>
<base href="/">
<base href="/auto-complete">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.2f9cf7546462d9db.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.2f9cf7546462d9db.css"></noscript></head>
Expand Down

0 comments on commit a0d704c

Please sign in to comment.