Skip to content

Commit

Permalink
Merge pull request #440 from almothafar/master
Browse files Browse the repository at this point in the history
Fix assets path for docs
  • Loading branch information
almothafar authored Sep 15, 2024
2 parents a0d704c + f933a48 commit 12a672a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "docs",
"baseHref": "/auto-complete",
"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="/auto-complete">
<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 12a672a

Please sign in to comment.