Skip to content

Commit 6ac9893

Browse files
authored
Merge pull request #15 from Solstice-Hosting/alexx-jones-fixes-1403-12052024
Implementing changed to potentially fix Github Pages
2 parents a509c82 + 11f1187 commit 6ac9893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/store/[page].js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ export default function StorePage() {
2121
const [products, setProducts] = useState(null);
2222

2323
useEffect(() => {
24+
console.log({
25+
"Page Version": "0.0.1"
26+
});
2427
const fetchStoreData = async () => {
2528
const pb = new PocketBase('https://pb.solsticehosting.co.uk');
2629

0 commit comments

Comments
 (0)