diff options
-rw-r--r-- | .changeset/nervous-points-confess.md | 5 | ||||
-rw-r--r-- | examples/portfolio/src/pages/projects.astro | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.changeset/nervous-points-confess.md b/.changeset/nervous-points-confess.md new file mode 100644 index 000000000..6eb277b55 --- /dev/null +++ b/.changeset/nervous-points-confess.md @@ -0,0 +1,5 @@ +--- +'create-astro': patch +--- + +Fix portfolio example JSX error diff --git a/examples/portfolio/src/pages/projects.astro b/examples/portfolio/src/pages/projects.astro index 42634eb0b..7537ed687 100644 --- a/examples/portfolio/src/pages/projects.astro +++ b/examples/portfolio/src/pages/projects.astro @@ -16,11 +16,11 @@ const projects = (await Astro.glob("./project/**/*.md")) <head> <MainHead title="All Projects | Jeanine White" - description="Learn about Jenine White" + description="Learn about Jeanine White's most recent projects" s most recent - projects' + projects /> <style lang="scss"> .grid { |