We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc06a2a commit c91ebd4Copy full SHA for c91ebd4
lib/services/log-entry-service.ts
@@ -10,8 +10,7 @@ class LogEntryService {
10
*/
11
async loadSampleData(): Promise<LogEntry[]> {
12
try {
13
- // Use relative path that works with GitHub Pages static hosting
14
- const response = await fetch("/sample-data/entries.json")
+ const response = await fetch("/test-ictconscript-admission/sample-data/entries.json")
15
16
if (!response.ok) {
17
throw new Error(`HTTP error! status: ${response.status}`)
0 commit comments