Skip to content

Commit

Permalink
Add Redirects for Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCode92 committed Jan 10, 2025
1 parent de9a563 commit 4075e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"material-icon-theme.files.associations": {
".tool-versions": "nodejs_alt"
".tool-versions": "nodejs_alt",
"_redirects": "netlify"
},
"material-icon-theme.folders.associations": {
"actions": "gh-workflows",
Expand Down
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200

0 comments on commit 4075e09

Please sign in to comment.