Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 23, 2024
1 parent 655c995 commit c88faa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/docs/src/lib/data/roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ export const roadmap = [
title: "Improve the loading of translation files",
done: false,
},
{
title: "refactor theme generator",
done: false,
},
],
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ssr = false
import { redirect } from "@sveltejs/kit"
export function load() {
redirect(301, "https://play.tailwindcss.com/WFjtZtmDJM")
redirect(301, "https://play.tailwindcss.com/IvZT5sJSsa")
}

0 comments on commit c88faa7

Please sign in to comment.