Skip to content

Commit 9813e56

Browse files
committed
Update CDN URL from jsdelivr to esm.sh for spa-router dependency
1 parent 0ddb46b commit 9813e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Main application entry point
33
*/
4-
import { Router, transitions } from 'https://cdn.jsdelivr.net/npm/@profullstack/[email protected]/+esm';
4+
import { Router, transitions } from 'https://esm.sh/@profullstack/[email protected]';
55

66
// Import components
77
import './components/pf-header.js';

0 commit comments

Comments
 (0)