We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d57e6f commit 7c6fa69Copy full SHA for 7c6fa69
docs/index.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html><html lang="en"><head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
2
<meta charset="utf-8">
3
<title>angular-material-components</title>
4
- <base href="'https://h2qutc.github.io/angular-material-components/'">
+ <base href="/">
5
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<link rel="icon" type="image/x-icon" href="favicon.ico">
package.json
@@ -47,7 +47,7 @@
47
"lint": "ng lint",
48
"e2e": "ng e2e",
49
"codecov": "codecov",
50
- "build:ci": "ng build -c=production --output-path docs --base-href 'https://h2qutc.github.io/angular-material-components/'"
+ "build:ci": "ng build -c=production --output-path docs"
51
},
52
"private": false,
53
"dependencies": {
0 commit comments