Skip to content

Commit

Permalink
nanostores fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 22, 2024
1 parent 14d0300 commit 9c3dbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export type LocationStore =
const url = 'https://location.kremalicious.com'

export const $location = createFetcherStore<LocationStore>([url], {
refetchOnReconnect: true,
refetchOnFocus: true
revalidateOnReconnect: true,
revalidateOnFocus: true
})

0 comments on commit 9c3dbbf

Please sign in to comment.