fix fetch
This commit is contained in:
@ -6,11 +6,12 @@
|
||||
class="flex-1 py-[25px] sm:py-[55px] md:py-[75px] space-y-[55px] sm:space-y-[75px] md:space-y-[100px] text-inter">
|
||||
<slot />
|
||||
</div>
|
||||
<FooterBlock />
|
||||
<!-- <FooterBlock /> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// import FooterBlock from "~/components/section/FooterBlock.vue";
|
||||
useHead({
|
||||
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.png" }],
|
||||
});
|
||||
|
Reference in New Issue
Block a user