Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 1, 2023
1 parent 28f0d08 commit 6cdd84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/src/routes/tailwindplay/+page.svelte
Expand Up @@ -2,14 +2,14 @@
export async function load() {
return {
status: 302,
redirect: "https://play.tailwindcss.com/pVzYARDgCY",
redirect: "https://play.tailwindcss.com/yfcfbRP2VO",
}
}
</script>

<script>
import { onMount } from "svelte"
onMount(() => {
window.location.href = "https://play.tailwindcss.com/pVzYARDgCY"
window.location.href = "https://play.tailwindcss.com/yfcfbRP2VO"
})
</script>

0 comments on commit 6cdd84f

Please sign in to comment.