Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -36,10 +36,11 @@
|
|
36 |
</style>
|
37 |
</head>
|
38 |
<body class="bg-gray-50 font-sans text-gray-800">
|
|
|
39 |
<script>
|
40 |
// Set the base URL for your deployed Cloudflare Worker API
|
41 |
// *** IMPORTANT: REPLACE THIS WITH THE ACTUAL URL OF YOUR DEPLOYED CLOUDFLARE WORKER ***
|
42 |
-
const CLOUDFLARE_WORKER_API_BASE_URL = 'https://
|
43 |
|
44 |
// Global state, will be populated by fetch calls
|
45 |
let allTrends = [];
|
|
|
36 |
</style>
|
37 |
</head>
|
38 |
<body class="bg-gray-50 font-sans text-gray-800">
|
39 |
+
<script src="script.js"></script>
|
40 |
<script>
|
41 |
// Set the base URL for your deployed Cloudflare Worker API
|
42 |
// *** IMPORTANT: REPLACE THIS WITH THE ACTUAL URL OF YOUR DEPLOYED CLOUDFLARE WORKER ***
|
43 |
+
const CLOUDFLARE_WORKER_API_BASE_URL = 'https://dmimapiworker.dmimx.workers.dev';
|
44 |
|
45 |
// Global state, will be populated by fetch calls
|
46 |
let allTrends = [];
|