We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a2dc8 commit 4ef6831Copy full SHA for 4ef6831
scripts/server.ts
@@ -3,7 +3,7 @@ import { styleText } from 'bun:util';
3
const project = 'osm-auth';
4
const hostname = '127.0.0.1';
5
const port = 8080;
6
-const matchCDN = new RegExp(`(['"\`])(https?:\/\/cdn.jsdelivr.*${project}.*\/)(dist.*["'\`])`, 'gi');
+const matchCDN = new RegExp(`(['"\`])(https?://cdn.jsdelivr.*${project}.*/)(dist.*["'\`])`, 'gi');
7
8
9
// Replace urls for CDN `dist/*` files with local `dist/*` files.
0 commit comments