Skip to content

Commit

Permalink
[en] Fixed several issues in code on the Astro container reference pa…
Browse files Browse the repository at this point in the history
…ge (#8378)
  • Loading branch information
SnowDingo committed May 23, 2024
1 parent 7e1ff32 commit 9511f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/reference/container-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const container = await experimental_AstroContainer.create({
renderers: [
{
name: "@astrojs/react",
client: "@astrojs/react/client.js",
server: "@astrojs/react/server.js"
clientEntrypoint: "@astrojs/react/client.js",
serverEntrypoint: "@astrojs/react/server.js"
}
]
})
Expand Down

0 comments on commit 9511f43

Please sign in to comment.