Closed tabathadelane closed 2 years ago
instant-observability-website
:tada: Your build was successful! See the Deploy preview here.
:clock1: Build time: 1m
Could we update this code block to return an object with publicUrl
?
return {
name: dashboard?.name ?? 'Placeholder name',
description: dashboard?.description ?? 'Placeholder description',
screenshots: screenshots
.filter((s) => s.filePath.includes(parentDir))
.map(({ content }) => ({ publicUrl: content })),
};
:tada: This PR is included in version 1.11.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Previously the IMG element was not receiving a src:
<img alt="Dotnet screenshot 0" class="css-axom38-QuickstartDashboards">
I am realizing that the issue is that the quickstarts for the regular page and the previews are sending different shapes to the QuickstartDashboard component.
the previews are using fs to just sending an array of screenshot urls in the repo :
while the regular page is getting a graphql response that has nested the screenshot URLs after we added sharp