Skip to content

Commit 565fb43

Browse files
committed
fix: data URL
1 parent f82838c commit 565fb43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stencil.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Config } from '@stencil/core';
22
import { sass } from '@stencil/sass';
33

44
const TITLE = "Animals";
5-
const DATA_URL = "https://smartcompanion-app.github.io/sample-data/animals/data.json";
5+
const DATA_URL = "https://smartcompanion-app.github.io/data-format/animals/data.json";
66
const OFFLINE_SUPPORT = false;
77

88
export const config: Config = {

0 commit comments

Comments
 (0)