Skip to content

Commit d6e1d1f

Browse files
committed
build: fix docs deployment directory
The `material-angular-io` project name is no longer part of the `dist` directory, so we need to remove it.
1 parent f4b7afe commit d6e1d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/firebase/firebase-tools/master/schema/firebase-config.json",
33
"hosting": {
44
"target": "mat-aio",
5-
"public": "./dist/material-angular-io.production",
5+
"public": "./dist",
66
"cleanUrls": true,
77
"rewrites": [
88
{

0 commit comments

Comments
 (0)