Skip to content

Commit

Permalink
Point to 2024-04-24--v1 spaces (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta authored May 9, 2024
1 parent 064b4fb commit 4099495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const getStaticProps: GetStaticProps = async (context) => {
};
}

const spaceFolder = "2023-05-05--v3";
const spaceFolder = "2024-04-24--v1";
const dataExplorerService = new DataExplorerService(
process.env.NEXT_PUBLIC_DO_SPACE_URL
? `${process.env.NEXT_PUBLIC_DO_SPACE_URL}/app/${spaceFolder}`
Expand Down

0 comments on commit 4099495

Please sign in to comment.