Moved markdown image loading to a static asset

This commit is contained in:
Mitchell McCaffrey
2020-07-01 20:19:26 +10:00
parent 7538e65d0c
commit 6fe26c66b4
5 changed files with 19 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

+5
View File
@@ -0,0 +1,5 @@
import audioSharingFaq from "./AudioSharingFAQ.png";
export default {
audioSharingFaq,
};