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 cc5e01b commit 9e33732Copy full SHA for 9e33732
src/assets.ts
@@ -4,7 +4,7 @@ import { fetch } from 'ofetch'
4
import { defu } from 'defu'
5
import type { NitroConfig } from 'nitropack'
6
import { joinURL } from 'ufo'
7
-import { join } from 'pathe'
+import { join, resolve } from 'pathe'
8
import { createStorage } from 'unstorage'
9
import fsDriver from 'unstorage/drivers/fs-lite'
10
0 commit comments