refactor: use built-in getRequestURL from h3 instead of ufo

This commit is contained in:
wobsoriano
2023-08-20 21:41:57 -07:00
parent 3a395a7d4a
commit 252f6108cf
3 changed files with 24 additions and 33 deletions

View File

@@ -41,8 +41,7 @@
"dependencies": {
"h3": "^1.8.0",
"ofetch": "^1.1.1",
"ohash": "^1.1.2",
"ufo": "^1.1.2"
"ohash": "^1.1.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
@@ -78,4 +77,4 @@
"nuxt": "3.6.5"
}
}
}
}