Skip to content

Commit

Permalink
Refactor TestIsland.astro: Update page display logic and use updated …
Browse files Browse the repository at this point in the history
…cache module
  • Loading branch information
Adammatthiesen committed Dec 17, 2024
1 parent e79dba4 commit 7bb26ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import { StudioCMSRoutes } from 'studiocms:lib';
import studioCMS_SDK from 'studiocms:sdk/cache';
const pageList = await studioCMS_SDK.GET.pages();
import studioCMS_Cache from 'studiocms:sdk/cache';
const pageList = await studioCMS_Cache.GET.pages();
---
<div>
<h2>Test Island</h2>
Expand Down

0 comments on commit 7bb26ea

Please sign in to comment.