mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
switch location url
This commit is contained in:
parent
ba49dde985
commit
67e5b295dc
@ -20,7 +20,7 @@ export const useLocation = () => {
|
||||
useEffect(() => {
|
||||
async function fetchData() {
|
||||
try {
|
||||
const response = await fetch('https://location.kremalicious.com')
|
||||
const response = await fetch('https://location.kretschmann.io')
|
||||
const data = await response.json()
|
||||
if (!data) return
|
||||
setLocation(data)
|
||||
|
Loading…
Reference in New Issue
Block a user