Skip to content

Commit

Permalink
Fix 404 error for Sentinel tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
heatlikeheatwave committed Sep 24, 2024
1 parent e0bf0d3 commit bb9eff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[productSlug]/tutorials/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function getStaticProps({
*/
let props
try {
const props =
props =
productData.slug == 'hcp'
? await getCloudTutorialsViewProps()
: await getProductTutorialsViewProps(productData as LearnProductData)
Expand Down

0 comments on commit bb9eff2

Please sign in to comment.