mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
nanostores fixes
This commit is contained in:
parent
14d0300272
commit
9c3dbbf0ea
@ -19,6 +19,6 @@ export type LocationStore =
|
|||||||
const url = 'https://location.kremalicious.com'
|
const url = 'https://location.kremalicious.com'
|
||||||
|
|
||||||
export const $location = createFetcherStore<LocationStore>([url], {
|
export const $location = createFetcherStore<LocationStore>([url], {
|
||||||
refetchOnReconnect: true,
|
revalidateOnReconnect: true,
|
||||||
refetchOnFocus: true
|
revalidateOnFocus: true
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user