Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nmelhado/league-page
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8125774c007da8b0153f366d1b5ffdd09010cd22
Choose a base ref
..
head repository: nmelhado/league-page
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 868e27ceb4321389babd1b59ebb082c1e8e2ca92
Choose a head ref
Showing with 2,474 additions and 186 deletions.
  1. +1 −0 .gitignore
  2. +0 −9 jsconfig.json
  3. +2,401 −125 package-lock.json
  4. +4 −4 package.json
  5. +66 −46 src/routes/api/addBlogComments/[id].js
  6. +2 −2 svelte.config.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@ node_modules
static/smui-dark.css
static/smui.css
build
.vercel_build_output
9 changes: 0 additions & 9 deletions jsconfig.json

This file was deleted.

Loading