-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates the project with SvelteKit's new router. - Enable the use of Vercel Edge Functions. - Make use of the new page endpoints, which split off `load` functions to a separate file. - Enabled prerendering by default on all pages. - Refactored the blog posts system to be much more concise and clear (using said page endpoints) - Fixed some typescript errors. - Update deps.
- Loading branch information
1 parent
d640fdd
commit 0f4dabe
Showing
47 changed files
with
1,549 additions
and
1,000 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.DS_Store | ||
node_modules | ||
/.svelte-kit | ||
.svelte-kit | ||
/package | ||
/.idea | ||
/build | ||
/.netlify | ||
.idea | ||
build | ||
/.vercel |
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
Oops, something went wrong.