Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Nov 22, 2023
1 parent a2a1d02 commit e0d421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getStaticProps: GetStaticProps<any> = async ({ params }) => {
const allLatestNavs = JSON.parse(readFileSync(allLatestNavsPath, 'utf8'));
const versions = getVersions(false);
const latestVersions = getVersions(true);
let fuelCoreVersion;
let fuelCoreVersion = null;

if (slug.includes('guides/')) {
fuelCoreVersion = getFuelCoreVersion();
Expand Down

0 comments on commit e0d421f

Please sign in to comment.