Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Sep 28, 2023
1 parent 58a764c commit 965e914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import * as $0 from "./routes/_404.jsx"
import * as $1 from "./routes/_500.jsx"
import * as $2 from "./routes/_app.tsx"
import * as $3 from "./routes/_middleware.js"
import * as $4 from "./routes/index.jsx"
import * as $4 from "./routes/index.tsx"
import * as $5 from "./routes/pages/[slug].jsx"
import * as $6 from "./routes/pages/index.jsx"
import * as $7 from "./routes/showcase.jsx"
import * as $7 from "./routes/showcase.tsx"
import * as $8 from "./routes/sitemap.xml.js"
import * as $9 from "./routes/uploads/[file].js"
import * as $$0 from "./islands/SingleImagePopup.jsx"
Expand All @@ -22,10 +22,10 @@ const manifest = {
"./routes/_500.jsx": $1,
"./routes/_app.tsx": $2,
"./routes/_middleware.js": $3,
"./routes/index.jsx": $4,
"./routes/index.tsx": $4,
"./routes/pages/[slug].jsx": $5,
"./routes/pages/index.jsx": $6,
"./routes/showcase.jsx": $7,
"./routes/showcase.tsx": $7,
"./routes/sitemap.xml.js": $8,
"./routes/uploads/[file].js": $9,
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 965e914

Please sign in to comment.