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

feat: use config.kit.paths.base for static assets #4448

Merged
merged 13 commits into from Oct 12, 2022

Commits on Sep 30, 2022

  1. feat: use config.kit.paths.base for static assets

    fixes sveltejs#4442, fixes sveltejs#2843
    
    - add manifest.appPath and builder.getAppPath()
    - adapter-cloudflare*: use manifest.appPath instead of manifest.appDir
    - adapter-netlify: use prefixed appDir for cache headers
    - adapter-vercel: use prefixed appDir for routes.json
    - adapter-cloudflare, adapter-cloudflare-workers, adapter-netlify: write static assets to "$dest/$base"
    hmnd committed Sep 30, 2022
    Copy the full SHA
    27bb463 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. fix vercel adapter

    dummdidumm committed Oct 7, 2022
    Copy the full SHA
    3cf961c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Copy the full SHA
    a6666b8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d182c92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b0cbf2c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d48a831 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6d96de8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9bcd34d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4489dcb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Copy the full SHA
    0e3bd80 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65ec1b7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    03db876 View commit details
    Browse the repository at this point in the history
  4. changeset

    dummdidumm committed Oct 12, 2022
    Copy the full SHA
    069a17a View commit details
    Browse the repository at this point in the history