Skip to content

Commit 9db5036

Browse files
committed
Fix path for generic link cache
1 parent 2e87e03 commit 9db5036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class SimpleEmbedsPlugin extends Plugin {
5050
} | null;
5151
genericPreviewCacheFile =
5252
this.app.vault.configDir +
53-
"/plugins/obsidian-simple-embeds/genericPreviewCache.json";
53+
"/plugins/simple-embeds/genericPreviewCache.json";
5454
cacheFileLoadPromise = null as Promise<void>;
5555

5656
async onload() {

0 commit comments

Comments
 (0)