63d1931 Show on GitHub

  • Author: Colin de Groot
  • Date: 1/6/2026, 12:25:48 PM
  • Message: [Feature] functional slug route for products #128 #detail not sure if this is optimal for performance. Will take a closer look to see if this can be optimised
  • Stats: 33 total changes (+29 / -4)

Changed Files

  • src/lib/component/product.svelte — +2 / -2 (4 changes)
  • src/lib/index.js — +1 / -1 (2 changes)
  • src/routes/[name]/+page.server.js — +0 / -0 (0 changes)
  • src/routes/[name]/+page.svelte — +0 / -1 (1 changes)
  • src/routes/[slug]/+page.server.js — +15 / -0 (15 changes)
  • src/routes/[slug]/+page.svelte — +11 / -0 (11 changes)