You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ program
41
41
'-e, --exclude [exclude]',
42
42
'Optional comma separated list of font names to exclude from the preload link generation. Provide the names without file extension, e.g. "helvetica" instead of "helvetica.woff2"'
43
43
)
44
+
.option(
45
+
'--deployUrl [deployUrl]',
46
+
'Optional path prefix for your deployment allowing to preload in builds using a deploy url'
0 commit comments