Skip to content

Commit 6153dcc

Browse files
committed
fix(): build
1 parent efe51a1 commit 6153dcc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc-angular/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"outputs": ["{options.outputPath}"],
1212
"options": {
1313
"outputPath": "doc-angular/dist",
14+
"index": "doc-angular/src/index1.html",
1415
"browser": "doc-angular/src/main.ts",
15-
"polyfills": ["zone.js"],
1616
"tsConfig": "doc-angular/tsconfig.app.json",
1717
"inlineStyleLanguage": "scss",
1818
"assets": [

doc-angular/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 2,
33
"public": true,
4-
"name": "doc-angular-challenges",
4+
"name": "doc-angular",
55
"rewrites": [
66
{
77
"source": "/(.*)",

0 commit comments

Comments
 (0)