This commit is contained in:
@ -78,7 +78,6 @@ const setCacheIfNeeded = (response, cacheKey, cacheTtl) => {
|
||||
|
||||
export async function fetchUrl(url, options = {}, cors = true) {
|
||||
try {
|
||||
console.log(ssrConfig.name);
|
||||
const response = await fetch(url, {
|
||||
...options,
|
||||
headers: {
|
||||
|
Reference in New Issue
Block a user