Skip to content

Commit

Permalink
Fix CF (1)
Browse files Browse the repository at this point in the history
Fixes "Deploy to Cloudflare Pages" Generate Static errors
  • Loading branch information
Maxnflaxl committed Jan 2, 2025
1 parent eb5fb73 commit 4f9a773
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/index-hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@
</template>

<script lang="ts" setup>
import { SupportedPlatforms } from "@/app.config";
import { UserInteractionEvents } from "~/utils/emitter";
const platformDetails = await usePlatformDetails();
const localePath = useLocalePath();
const main = ref();
Expand Down

0 comments on commit 4f9a773

Please sign in to comment.