Skip to content

Commit

Permalink
Merge pull request #7 from Solstice-Hosting/alexx-changes-0017-25042024
Browse files Browse the repository at this point in the history
Fix [page]
  • Loading branch information
ajjswift authored Apr 24, 2024
2 parents 05a34b6 + a3811c0 commit bbfcb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/store/[page].js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function StorePage({ categoryInformation, products }) {
);
}

export async function getServerSideProps(context) {
async function getServerSideProps(context) {
const pb = new PocketBase('https://pb.solsticehosting.co.uk');
const slug = context.params.page;

Expand Down

0 comments on commit bbfcb65

Please sign in to comment.