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 ef24358 commit 654a54aCopy full SHA for 654a54a
packages/storage/src/index.ts
@@ -712,7 +712,7 @@ export interface WxtStorage {
712
/**
713
* Define a storage item with a default value, type, or versioning.
714
*
715
- * Read full docs: https://wxt.dev/guide/extension-apis/storage.html#defining-storage-items
+ * Read full docs: https://wxt.dev/storage.html#defining-storage-items
716
*/
717
defineItem<TValue, TMetadata extends Record<string, unknown> = {}>(
718
key: StorageItemKey,
0 commit comments