Initial links fetch requires basepath
parent
035988e990
commit
932d4f3084
|
@ -82,7 +82,7 @@ export const getAJAX = async url => {
|
|||
try {
|
||||
return await axios({
|
||||
method: 'GET',
|
||||
url,
|
||||
url: addBasepath(url),
|
||||
})
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
|
|
Loading…
Reference in New Issue