FredKSchott
0f00557b93
[ci] collect stats
2022-01-15 12:01:53 +00:00
matthewp
46ed4c6c81
[ci] yarn format
2022-01-14 21:20:23 +00:00
github-actions[bot]
d3be8d944d
[ci] release ( #2394 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 16:19:25 -05:00
matthewp
72096858e8
[ci] yarn format
2022-01-14 21:15:26 +00:00
Matthew Phillips
c8a257adc4
Improve static build performance on large sites ( #2391 )
...
* Improve static build performance on large sites
* Changeset
* Remove debugging code
* Pass through the rss fn
2022-01-14 16:14:04 -05:00
matthewp
5d6b29ae37
[ci] yarn format
2022-01-14 19:41:22 +00:00
github-actions[bot]
f5ce6edb5b
[ci] release ( #2372 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 14:40:12 -05:00
matthewp
bd931a0a14
[ci] yarn format
2022-01-14 19:04:47 +00:00
Matthew Phillips
a7967530df
Fixes Lit support in the static build ( #2370 )
...
* [ci] collect stats
* [ci] update lockfile (#2388 )
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
* Fixes for blog and docs examples (#2373 )
* Fixes for blog and docs examples
* Adds a changeset
* Upgrade the compiler version
* Use a global style tag
* Skip on windows temporarily
* [ci] yarn format
* Fixes Lit support in the static build
* Adds a changeset
* test
* Upgrade lit-labs/ssr
* Conditional
* Testing again
* remove debugging code
* changeset
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-01-14 14:02:44 -05:00
matthewp
6a7c5aa582
[ci] yarn format
2022-01-14 17:13:12 +00:00
Matthew Phillips
92532b8882
Fixes for blog and docs examples ( #2373 )
...
* Fixes for blog and docs examples
* Adds a changeset
* Upgrade the compiler version
* Use a global style tag
* Skip on windows temporarily
2022-01-14 12:11:56 -05:00
Fred K. Schott
0257419af8
[ci] update lockfile ( #2388 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-14 11:12:29 -05:00
FredKSchott
bceeb339c7
[ci] collect stats
2022-01-14 12:02:02 +00:00
matthewp
b3150121d1
[ci] yarn format
2022-01-13 18:29:57 +00:00
Matthew Phillips
20eaddb2a7
Fix for using React in the static build ( #2369 )
...
* Fix react in the static build
* Adds a changeset
2022-01-13 13:28:29 -05:00
matthewp
500295395c
[ci] yarn format
2022-01-13 14:39:09 +00:00
github-actions[bot]
834e5299f1
[ci] release ( #2366 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-13 09:37:44 -05:00
Fred K. Schott
a9b44f2936
[ci] update lockfile ( #2368 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-13 09:25:08 -05:00
matthewp
365972582e
[ci] yarn format
2022-01-13 14:24:25 +00:00
Matthew Phillips
2aa5ba5c52
Fix use of frameworks in the static build ( #2367 )
...
* Fix use of frameworks in the static build
* Adding a changeset
* fix typescript
* Empty out the directory before running the builds
* Use a util to empty the directory
* Only empty the outdir if needed
* Move prepareOutDir to its own module
* Prepare outDir is actually sync
2022-01-13 09:23:03 -05:00
FredKSchott
ff9dbc6927
[ci] collect stats
2022-01-13 12:02:15 +00:00
matthewp
babed02876
[ci] yarn format
2022-01-12 17:04:04 +00:00
Matthew Phillips
20d0cce681
Fix for shared CSS when using the static build ( #2365 )
...
* Fix for shared CSS when using the static build
* Adds a changeset
2022-01-12 12:02:36 -05:00
jonathantneal
c388e6800f
[ci] yarn format
2022-01-12 16:31:34 +00:00
github-actions[bot]
983bf72aa1
[ci] release ( #2340 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12 11:30:01 -05:00
Fred K. Schott
d3d2b89159
[ci] update lockfile ( #2356 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-12 10:39:51 -05:00
Erika
488a145456
Normalize and cleanup examples projects ( #2364 )
...
* Remove unused line in the examples .gitignore
* Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples
* Removed unused file and link directive in the minimal example
* Oops, added an accidental slash
2022-01-12 10:37:16 -05:00
FredKSchott
deac867e17
[ci] collect stats
2022-01-12 12:02:12 +00:00
matthewp
7555fc3789
[ci] yarn format
2022-01-11 21:53:47 +00:00
Matthew Phillips
7e0b32c569
Fix: static-build with .md pages ( #2363 )
...
* Fix: static-build with .md pages
This fixes the `--experimental-static-build` flag to work with markdown
pages.
* Adds a changeset
* Account for difference in specifier on windows
2022-01-11 16:52:46 -05:00
Jonathan Neal
eaa626de88
Restore accessibility check on docs site ( #2362 )
2022-01-11 15:39:19 -05:00
Nate Moore
b21dd19cb6
chore: remove www ( #2361 )
2022-01-11 12:59:06 -06:00
Matthew Phillips
1007497297
Fix build output in static build mode ( #2358 )
...
* Fix build output in static build mode
* Adds a changeset
* Formatting
2022-01-11 11:24:57 -05:00
toSayNothing
f482c626a6
Fix renderer-solid ( fix #2336 ) ( #2359 )
2022-01-11 10:31:26 -05:00
FredKSchott
c029cbb2d1
[ci] collect stats
2022-01-11 12:02:19 +00:00
Jonathan Neal
337413e09e
Use smooth scrolling with reduced motion has no preference ( #2355 )
2022-01-10 22:44:17 -05:00
Fred K. Schott
6cbe79fac4
move changeset to run after build, no test required ( #2341 )
2022-01-10 17:36:41 -05:00
Zade Viggers
973751e31b
Note that Astro also supports <Fragment>
syntax ( #2354 )
2022-01-10 17:17:07 -05:00
Divyamrit
0b0df4168b
smooth scroll behavior property added ( #2256 )
...
* smooth scroll behavior property added
* [ci] yarn format
Co-authored-by: sacarvy <sacarvy@users.noreply.github.com>
2022-01-10 17:04:24 -05:00
Rafael Bardini
612dfd3bd8
Add Astro Blog RSS feed ( #2301 )
...
* Generate RSS feed
* Add RSS feed link
2022-01-10 17:00:42 -05:00
Jacob Rask
263e39a94d
Update Cloudflare Pages guide ( #2345 )
...
See https://developers.cloudflare.com/pages/framework-guides/astro
2022-01-10 16:59:21 -05:00
Fred K. Schott
296634b518
[ci] update lockfile ( #2351 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-10 16:58:47 -05:00
Caleb Jasik
df553db636
Update instructions for the monorepo ( #2274 )
2022-01-10 15:04:08 -05:00
Jonathan Neal
c0cb7eead5
Fix Astro Preview Pathing Issues ( #2338 )
...
* Fix preview issues triggered by pageUrlFormat & trailingSlash options
* format
* changeset
* nit: fix host message
2022-01-10 12:43:24 -05:00
FredKSchott
cbac041442
[ci] collect stats
2022-01-10 12:02:07 +00:00
FredKSchott
ec5640759c
[ci] collect stats
2022-01-09 12:05:20 +00:00
Fred K. Schott
27fe803fd1
[ci] update lockfile ( #2344 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-08 08:25:46 -05:00
Jonathan Neal
f008a19c9d
Fix sitemap.xml page urls ( #2335 )
...
* For pages, use the expected pathname, not the file name
* changeset
2022-01-08 08:25:37 -05:00
FredKSchott
0bbc015a67
[ci] collect stats
2022-01-08 12:01:51 +00:00
Jonathan Neal
35e0a22f26
Create .git-blame-ignore-revs ( #2254 )
...
* Create .git-blame-ignore-revs
* docs: add note about `.git-blame-ignore-revs`
Co-authored-by: Nate Moore <nate@skypack.dev>
2022-01-07 15:02:37 -08:00