Skip to content

Commit

Permalink
Point to new spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed Jun 4, 2024
1 parent fb8b76b commit 6965b14
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-05-17--v1";
const spaceFolder = "2024-06-03--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 6965b14

Please sign in to comment.