Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Feb 5, 2024
1 parent c9c9d3f commit 905399f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions src/docs/src/routes/(redirects)/resources/+page.server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const ssr = false
import { redirect } from "@sveltejs/kit"
export function load() {
redirect(301, "https://daisyui.com/resources/videos/")
}
15 changes: 0 additions & 15 deletions src/docs/src/routes/resources/+page.svelte

This file was deleted.

0 comments on commit 905399f

Please sign in to comment.