Skip to content

Commit

Permalink
Force re-deployment of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Aug 8, 2024
1 parent b72326e commit 77197ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/svelte-ux/src/lib/utils/routing.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// See: routify's helpers: https://github.com/roxiness/routify/blob/9a1b7f5f8fc950a344cf20f7cbaa760593ded8fb/runtime/helpers.js#L244-L268
export function url(currentUrl: URL, path: string) {
// console.log({ $page, path });

if (path == null) {
return path;
} else if (path.match(/^\.\.?\//)) {
Expand Down

0 comments on commit 77197ff

Please sign in to comment.