Skip to content

Commit

Permalink
chore: correct index file path
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-skryl committed Apr 28, 2024
1 parent c7171c4 commit 05e71d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 129 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Users should be able to:

### Links

- Solution URL: [Add solution URL here](https://github.com/hanna-skryl/multi-step-form.git)
- Live Site URL: [Add live site URL here](https://hanna-skryl.github.com/multi-step-form)
- Solution URL: [GitHub repo](https://github.com/hanna-skryl/multi-step-form)
- Live Site URL: [GitHub Pages](https://hanna-skryl.github.io/multi-step-form/)

## My process

Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"options": {
"assets": ["src/assets", "src/assets/*"],
"index": "src/index.html",
"index": "docs/index.html",
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"inlineStyleLanguage": "scss",
Expand Down
File renamed without changes.
126 changes: 0 additions & 126 deletions index.html

This file was deleted.

0 comments on commit 05e71d5

Please sign in to comment.