We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5dddf commit 61995c7Copy full SHA for 61995c7
2 files changed
angular.json
@@ -26,7 +26,7 @@
26
"options": {
27
"browser": "src/main.ts",
28
"outputPath": "docs/",
29
- "baseHref": "/cssfusion",
+ "baseHref": "/cssfusion/",
30
"polyfills": ["zone.js"],
31
"tsConfig": "tsconfig.app.json",
32
"inlineStyleLanguage": "scss",
docs/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<title>Cssfusion</title>
6
- <base href="/cssfusion">
+ <base href="/cssfusion/">
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<link rel="icon" type="image/x-icon" href="favicon.ico">
9
<link rel="stylesheet" href="styles-5INURTSO.css"></head>
0 commit comments