74e2435570
Check for property existance for GetImageResult.
...
Fix npm run build fails due to getImage() return type GetImageResult #364
2024-02-22 19:10:40 +02:00
b15682b2cd
Update Announcement
2024-02-17 02:16:43 -05:00
365e85fb6e
Update dependencies (astro 4.4.0)
2024-02-17 01:58:10 -05:00
92cca15819
Merge pull request #358 from denartha10/main
...
Added change to Header - redundant tailwind
2024-01-27 13:42:51 -05:00
c4b2e22abb
Trying to fix sharp problem with astro-compress for vercel
2024-01-27 13:32:05 -05:00
8ac4f02d15
Version control for packge-lock.json
2024-01-27 13:31:56 -05:00
8209c6b617
Trying to fix sharp problem with astro-compress for vercel
2024-01-27 13:26:48 -05:00
d76396bfdf
Trying to fix sharp problem with astro-compress for vercel
2024-01-27 13:18:01 -05:00
5600b9a457
Trying to fix sharp problem with astro-compress for vercel
2024-01-27 13:14:53 -05:00
217e63e6ed
Update dependencies (astro v4.2.6)
2024-01-27 12:34:39 -05:00
108bdd6201
Add astro-compress dependency
2024-01-27 12:31:53 -05:00
3498448c5f
Added change to Header - redundant tailwind
...
There was redundant tailwind in the headeer.astro component
Flex and hidden where both assigned as display values whe only hidden was needed.
Corrected mistake. Just a small catch :)
2024-01-22 14:50:14 +00:00
d7d7233641
Update dependencies (astro v4.2.1)
2024-01-21 21:39:10 -05:00
106cd931f0
Small adjustments associated with Relative Posts
2024-01-21 21:35:25 -05:00
964d4da878
Merge pull request #348 from thkruz/show-author
...
Add Text to Blog Post if Author is Set
2024-01-21 21:12:07 -05:00
03887af7f3
Merge pull request #347 from thkruz/related-blog-posts
...
Add Related Blog Posts Component
2024-01-21 21:10:12 -05:00
c036504482
refactor: ♻️ remove unintentional formatting change
2024-01-14 18:52:00 -05:00
b829fdb9e0
Merge branch 'show-author' of https://github.com/thkruz/astrowind into show-author
2024-01-14 18:49:37 -05:00
65de4fadd7
feat: add text to blog post if author is set
...
Fixes #341
2024-01-14 18:49:32 -05:00
81dbaadcef
feat: add text to blog post if author is set
...
Fixes #341
2024-01-14 18:44:48 -05:00
13cbe429cc
feat: add related blog posts component
2024-01-14 07:51:36 -05:00
155a602203
Merge pull request #309 from bmartinez287/bmartinez287-fixes-header-anomaly
...
Fix Header anomaly on BasicScripts.astro
2024-01-07 05:19:44 -05:00
d509e936cb
Merge pull request #340 from onwidget/prototypa-patch-1
...
Update screenshot
2024-01-07 03:50:40 -05:00
ceb4be0aa8
Update screenshot
2024-01-07 03:50:27 -05:00
2338322395
Update dependencies (astro 4.1.1)
2024-01-07 03:29:37 -05:00
950cb4196a
Update landing.md
2023-12-24 22:55:34 -05:00
f229850312
Merge pull request #329 from widgeter/patch-1
...
Update README.md
2023-12-24 16:14:58 -05:00
286661c033
Update README.md
2023-12-24 16:12:26 -05:00
7aa83f5903
Temporarily remove astro-compress and use Squoosh due to sharp errors
2023-12-23 15:09:24 -05:00
bbc1309a56
Add alternative in package.json to resolutions for npm
2023-12-23 15:04:24 -05:00
bc773e136e
Use sharp again (v0.33.1) using resolution prop in package.json
2023-12-23 14:54:56 -05:00
4a26ab813f
Update version
2023-12-22 11:10:58 -05:00
a2f9828b66
Temporarily remove astro-compress and use Squoosh due to sharp errors
2023-12-22 11:10:37 -05:00
59d42b8511
Fix astro-icon to v1.0.0-next.2 due to an error in next.4 version
2023-12-22 11:08:56 -05:00
2e8bfa0640
Merge pull request #317 from diomed/main
...
Update package.json
2023-12-22 10:36:30 -05:00
0b8c24a37b
Update package.json
2023-12-19 21:45:27 +01:00
3aeb5b026a
Fix Header anomaly BasicScripts.astro
...
Fixes issue #262
2023-12-10 23:36:49 -05:00
0be813aba2
Update to Astro 4.x
2023-12-08 20:34:26 -05:00
c5da94d60d
Merge pull request #306 from onwidget/prototypa-patch-1
...
Update README.md
2023-12-05 22:48:27 -05:00
c339543fd2
Update README.md
2023-12-05 22:48:11 -05:00
c08360233d
Fix issue #290 : ViewTransitions on Layout.astro disables the theme
2023-12-03 12:17:47 -05:00
132788934f
Add support for View Transitions. Fix issue #290
2023-12-03 12:12:49 -05:00
dfcccf436b
Remove unnecessary await
2023-12-02 14:17:35 -05:00
fe570f5000
Remove incompatible type=ghost
2023-12-02 14:12:25 -05:00
9818cd08b8
Fix Button to render a <button> tag if the 'type' attribute exists. Issue #299
2023-12-02 09:25:34 -05:00
788acd9321
Fix astro check errors on strict typescript, issue #293
2023-12-02 09:09:13 -05:00
cf40b9d093
Temporarily disable astro-compress HTML compression due to issue #298
2023-12-01 21:47:55 -05:00
ee5bb1747a
Only apply shadow and other styles to sticky headers on scroll, issue #279
2023-12-01 11:04:47 -05:00
0dc98a56f2
Make all tables in markdown responsives to fix issue #295
2023-12-01 10:42:30 -05:00
6576ea70ec
Update announcement
2023-12-01 08:58:14 -05:00