Conversation
…ucture - Change path from ./dist/Wedding to ./dist/Wedding/browser - Fix 404 error on GitHub Pages deployment - Ensure index.html is in root of deployed site
- Change base-href from /Wedding/ to /WeddingInvitation/ - Ensure correct routing for GitHub Pages deployment - Match actual repository name for proper asset loading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request refactors the project to use the name
WeddingInvitationinstead ofWedding, improves the CI/CD pipeline for GitHub Pages deployment, enhances environment variable handling for production builds, and updates configuration and code for better maintainability and clarity. It also removes unused background images from styles and updates some content for clarity.Project Renaming and Configuration Updates
WeddingtoWeddingInvitationinangular.json, including all build and serve targets. [1] [2]package.jsonto reflect the new nameweddinginvitationand bumped the version to0.1.0.CI/CD and Deployment Pipeline Improvements
.github/workflows/deploy.ymlto only trigger on themainbranch, updated step names, and upgraded actions to latest versions. Artifact upload path changed to match new build output. [1] [2] [3]Environment Variable and Build Enhancements
scripts/replace-env.jsto set up environment files for development and production, with detailed logging and safer fallback values. Now applies secrets directly toenvironment.prod.ts. [1] [2]angular.jsonto use file replacements for production builds, ensuring the correct environment file is used.Content and Styling Updates
src/environments/environment.prod.tswith improved messages and clarified comments about automatic secret replacement. [1] [2]src/styles.cssto clean up styling and reduce asset usage. [1] [2] [3] [4] [5] [6]src/app/app.htmlfor gift information to avoid null checks.