Skip to content

Commit c91ebd4

Browse files
committed
Push new changes related to ghpages
1 parent dc06a2a commit c91ebd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/services/log-entry-service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class LogEntryService {
1010
*/
1111
async loadSampleData(): Promise<LogEntry[]> {
1212
try {
13-
// Use relative path that works with GitHub Pages static hosting
14-
const response = await fetch("/sample-data/entries.json")
13+
const response = await fetch("/test-ictconscript-admission/sample-data/entries.json")
1514

1615
if (!response.ok) {
1716
throw new Error(`HTTP error! status: ${response.status}`)

0 commit comments

Comments
 (0)