Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby): fix page-tree in ink-cli #33579

Merged
merged 1 commit into from
Oct 19, 2021
Merged

Conversation

wardpeet
Copy link
Contributor

@wardpeet wardpeet commented Oct 18, 2021

Description

Fixes page-tree for ink by adding the reducer to gatsby too. In the original PR I forgot to add it to the reducers in gatsby as the store swaps

Pages

┌ src/pages/404.js
│ ├   /404/
│ └   /404.html
└ src/pages/index.js
  └   /

  ╭────────────────────────────────────────────────────────────────╮
  │                                                                │
  │   (SSG) Generated at build time                                │
  │ D (DSG) Deferred static generation - page generated at runtime │
  │ ∞ (SSR) Server-side renders at runtime (uses getServerData)    │
  │ λ (Function) Gatsby function                                   │
  │                                                                │
  ╰────────────────────────────────────────────────────────────────╯

Documentation

Related Issues

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Oct 18, 2021
@wardpeet wardpeet added gatsby 4 and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Oct 18, 2021
@LekoArts LekoArts merged commit 7d6a0aa into master Oct 19, 2021
@LekoArts LekoArts deleted the fix/cli-page-tree-ink branch October 19, 2021 08:48
wardpeet added a commit to herecydev/gatsby that referenced this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants