-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(website): Add root files to routing table
- Added logic to add markdown files with names "index.md" or "readme.md" to the routing table. - Updated the routing table with the appropriate file paths. fix(pages): Update getStaticPaths function - Fixed an issue where an empty path was not handled correctly in the getStaticPaths function. - Updated the code to handle empty paths properly. chore(pages): Remove index.astro file - Removed the unused index.astro file from the project.
- Loading branch information
1 parent
879c701
commit cc8a927
Showing
3 changed files
with
16 additions
and
49 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 was deleted.
Oops, something went wrong.