Age | Commit message (Collapse) | Author | Files | Lines |
|
* fix example Card component style
Card component has uneven border on hover, and in some cases the border is visible even when not hovering
* Delete neat-taxis-thank.md
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
* Update paginate.ts
* Create gorgeous-mails-sniff.md
|
|
|
|
* refactor: fix underscore check
* fix: add "ignore list" to always silence log
* fix: hide log on file deleted
* refactor: move getEntryType to util
* test: getEntryType unit
* fix: handle all unsupported cases
* chore: changeset
|
|
|
|
* feat: use vite dev server for content config
* refactor: improve export naming
* chore: update `sync` to spin up server
* refactor: run sync before build in cli
* fix: move sync call to build setup
* chore: clean up attachContent... types
* chore: remove unneeded comment
* chore: changeset
* fix: attachContentServerListeners in unit tests
* fix: allow forced contentDirExists
* chore: update schema signature
* fix: move content listeners to unit test
* chore remove contentDirExists flag; unused
* chore: stub weird unit test fix
|
|
|
|
* fix: use the root of the project as the functions location
* test: add test to check where the functions folder is added
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
* Refactor build into plugins
* maybe fix internals
* Await post-build hooks
* Use extendManualChunks
* Remove commented out code
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Node adapter: handle prerendering and serving with query params
* Adding a changeset
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Prevent eager rendering of head content in multi-level MDX layout
* Adding a changeset
* Remove old comment
* Keep track of slot position as well
|
|
Co-authored-by: Yasser Hennawi <yasser.hennawi@nordsec.com>
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
cloudflare) (#6085)
* fix solidjs integration for vercel deployment
* downgrade change to patch
---------
Co-authored-by: AirBorne04 <>
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Move @netlify/functions to be a de
* Adding a changeset
|
|
* fix: Incorrent encoded when path has Chinese
* chore: exec changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Forwards compatiblity for streaming DSD
* add shadowrootmode
* update tests
* add changeset
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* fix: apply MDX components during render()
* test: MDX components export in SSG and SSR
* chore: changeset
|
|
|
|
'String' in Edge Runtime SSR (#6070)
* minor fixes for errors related to vercel SSR in core
* yielding empty string instead of nothing, to not exit the iterator
---------
Co-authored-by: AirBorne04 <>
|
|
|
|
* Fix lit hydration not having the same reactive values
* add changeset
* add clientEntrypoint to package exports
* update tests
* add changeset
* only add defer-hydration when strictly necessary
* remove second changest
* fix test typos
|
|
|
|
Co-authored-by: BryceRussell <19967622+BryceRussell@users.noreply.github.com>
|
|
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
* fix: load MDX syntax highlighting after user plugins
* chore: changeset
|
|
|
|
|
|
|
|
|
|
* show `cause` in error overlay
* add extra check for string
* add changeset
|
|
|
|
Currently, @astrojs/image allows *importing* images from srcDir
only. Importing images from outside srcDir fails miserably *in dev
mode* and produces incorrect src.
This happens because `path.relative(fileURLToPath(config.srcDir), id)`
resolves to "../something" and when joined with '/@astroimage' cancels
it out (`join('/@astroimage', '../../something')` => `'/something'`).
Rework /@astroimage URL scheme to be similar to "/@fs/" scheme—always
export absolute path to the target file.
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix: add error handling for invalid arguments
* chore: add changeset
* Update packages/astro/src/core/errors/errors-data.ts
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
---------
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
|