Skip to content

Commit

Permalink
Point to 2024-05-17--v1 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed May 17, 2024
1 parent 4099495 commit f1a7b88
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 = "2024-04-24--v1";
const spaceFolder = "2024-05-17--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 f1a7b88

Please sign in to comment.