From 735c71291bd3af93980adb6aafc6b701abb808d3 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Sat, 8 Feb 2025 22:34:41 +0100 Subject: [PATCH] fix: broken deployment on netlify --- apps/ngu-carousel-example/project.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/apps/ngu-carousel-example/project.json b/apps/ngu-carousel-example/project.json index c176bd53..8e0a1ca4 100644 --- a/apps/ngu-carousel-example/project.json +++ b/apps/ngu-carousel-example/project.json @@ -16,7 +16,7 @@ "build": { "executor": "@angular-devkit/build-angular:application", "options": { - "outputPath": "dist/apps/ngu-carousel-example/browser", + "outputPath": "dist/apps/ngu-carousel-example", "index": "apps/ngu-carousel-example/src/index.html", "browser": "apps/ngu-carousel-example/src/main.ts", "polyfills": [], @@ -32,7 +32,9 @@ "apps/ngu-carousel-example/src/styles.scss" ], "scripts": [], - "allowedCommonJsDependencies": ["hammerjs"] + "allowedCommonJsDependencies": [ + "hammerjs" + ] }, "configurations": { "production": { @@ -89,14 +91,19 @@ "apps/ngu-carousel-example/src/favicon.ico", "apps/ngu-carousel-example/src/assets" ], - "styles": ["apps/ngu-carousel-example/src/styles.scss"], + "styles": [ + "apps/ngu-carousel-example/src/styles.scss" + ], "scripts": [] } }, "lint": { "executor": "@nx/eslint:lint", "options": { - "lintFilePatterns": ["{projectRoot}/**/*.ts", "{projectRoot}/**/*.html"] + "lintFilePatterns": [ + "{projectRoot}/**/*.ts", + "{projectRoot}/**/*.html" + ] } }, "generate-bundle": { @@ -145,7 +152,9 @@ "prerender": { "executor": "@angular-devkit/build-angular:prerender", "options": { - "routes": ["/"] + "routes": [ + "/" + ] }, "configurations": { "production": { @@ -160,4 +169,4 @@ "defaultConfiguration": "production" } } -} +} \ No newline at end of file