Skip to content

Commit

Permalink
fix request
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Feb 23, 2024
1 parent cf74eb9 commit f77487d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ useSeoMeta({
});
const { data: versionsData } = await useFetch<VersionsData>(
"https://api.aurora-launcher.ru/versions"
"https://api.aurora-launcher.ru/versions",
{ server: false }
);
interface VersionsData {
Expand Down

0 comments on commit f77487d

Please sign in to comment.