Skip to content

Commit

Permalink
fix seed permalink for root page (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 authored Sep 13, 2024
1 parent 9e0352e commit fdeef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async function main() {
.insertInto("Resource")
.values({
draftBlobId: String(blobId),
permalink: "home",
permalink: "",
siteId,
type: "RootPage",
title: "Home",
Expand Down

0 comments on commit fdeef4f

Please sign in to comment.