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

Underscore Handling Fixes #47581

Merged
merged 6 commits into from Mar 28, 2023
Merged

Commits on Mar 27, 2023

  1. fix: handle case where absolute path contains a _

    - Allows app files that have an underscore in their absolute path
      (but not their page path) allowing for the next dir to contain
      a `_` but not relative to the application root
    - Corrects beheviour around development mode and app routes
    wyattjoh committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ed9fa66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a394f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152b0b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdf746c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d312c9 View commit details
    Browse the repository at this point in the history
  6. fix: move metadata config

    wyattjoh committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7734829 View commit details
    Browse the repository at this point in the history