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 f82838c commit 565fb43Copy full SHA for 565fb43
1 file changed
stencil.config.ts
@@ -2,7 +2,7 @@ import { Config } from '@stencil/core';
2
import { sass } from '@stencil/sass';
3
4
const TITLE = "Animals";
5
-const DATA_URL = "https://smartcompanion-app.github.io/sample-data/animals/data.json";
+const DATA_URL = "https://smartcompanion-app.github.io/data-format/animals/data.json";
6
const OFFLINE_SUPPORT = false;
7
8
export const config: Config = {
0 commit comments