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

Test adding Payload CMS #20

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Test adding Payload CMS #20

wants to merge 7 commits into from

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    1babd0a View commit details
    Browse the repository at this point in the history
  2. Update deps in packages/payload to latest

    Update payload.config.ts to work with Payload v2.
    Update README.md with info on payload package.
    Remove yarn.lock files for now, since updating the package versions made the lock files out of date.
    fwextensions committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c7938e9 View commit details
    Browse the repository at this point in the history
  3. Add posts.astro test page to show data from Payload

    Fix favicon URL by including the base path.
    fwextensions committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2d9aa00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6f3ba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Remove packages/payload/astro files

    We only need packages/astro for the site.
    Update the compose files to not try to launch astro in the container.
    Add error handling to posts.astro.
    fwextensions committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    169c8d6 View commit details
    Browse the repository at this point in the history
  2. Convert Payload content to HTML

    Add Post.astro component to render the Payload post.
    Add a Payload link to the header.
    fwextensions committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0fe176a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update payload URL

    fwextensions committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8ca7a43 View commit details
    Browse the repository at this point in the history