-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .env.example, Update page metadata and descriptions, Update th…
…eme color in meta tag, Refactor GET request in sitemap.xml server.ts, Remove microsoft-identity-association.json file, Update robots.txt to disallow certain paths and allow others, Update the contributing guide (#76) This pull request includes several updates to the codebase: - Updated the .env.example file with new environment variables. - Updated the page metadata and descriptions for better SEO. - Updated the theme color in the meta tag. - Refactored the GET request in the sitemap.xml server.ts file. - Removed the microsoft-identity-association.json file. - Updated the robots.txt file to disallow certain paths and allow others. - Updated the contributing guide. These changes improve the functionality, performance, and maintainability of the project.
- Loading branch information
Showing
7 changed files
with
27 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
User-agent: * | ||
Disallow: /api/ | ||
Disallow: /filter/ | ||
Disallow: /resetminions/ | ||
Disallow: /profile/ | ||
Disallow: /assets/css/ | ||
Disallow: /assets/fonts/ | ||
Disallow: /api/dashboard/ | ||
Disallow: /api/getColor/ | ||
Disallow: /api/loadMinions/ | ||
Disallow: /api/minionprice/ | ||
Disallow: /api/oauth/ | ||
Disallow: /api/craftcost/ | ||
|
||
Allow: /.well-known/ | ||
Allow: / | ||
Allow: /assets/images/ | ||
Allow: /api/craftcost/docs/ | ||
|
||
Sitemap: https://minionah.com/sitemap.xml |