Skip to content

Commit cde92ec

Browse files
committed
Merge PR CorentinTh#1685: Slash removed from ASCII Art font URL
2 parents a584b14 + 42a736f commit cde92ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/ascii-text-drawer/ascii-text-drawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const output = ref('');
99
const errored = ref(false);
1010
const processing = ref(false);
1111
12-
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts/' });
12+
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts' });
1313
1414
watchEffect(async () => {
1515
processing.value = true;

0 commit comments

Comments
 (0)