Skip to content

Commit

Permalink
Merge pull request #31 from StartaleLabs/add-redirect
Browse files Browse the repository at this point in the history
Add 301 redirect to startale.com
  • Loading branch information
ayumitk authored Aug 14, 2024
2 parents ed899e1 + d47e7cf commit 8721a8b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<div class="bg-white text-lg text-gray-500 font-sans">
<Header />
<slot />
<Footer />
</div>
</template>
<script setup lang="ts">
await navigateTo('https://startale.com', {
redirectCode: 301,
external: true
})
</script>

0 comments on commit 8721a8b

Please sign in to comment.