Skip to content

Commit

Permalink
fix(pages): hande get
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Sep 28, 2022
1 parent 7b7b05d commit 4c26e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export class Content {
} else {
const [folderPath, slug, locale] = args;
// PAGES:
_folder = folderPath === "pages" ? "" : folderPath || "";
// _folder = folderPath || "";
// _folder = folderPath === "pages" ? "" : folderPath || "";
_folder = folderPath || "";
_slug = slug;
_locale = locale;
}
Expand Down

0 comments on commit 4c26e60

Please sign in to comment.