1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-09 13:41:13 +02:00

update urls

This commit is contained in:
Thomas Wilkerling
2025-03-01 12:44:44 +01:00
parent 4cc94a920a
commit f8ac8c9dfc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { text_data } from "../demo/data/gulliver.js";
import { text_data } from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/demo/data/gulliver.js";
export let suite = {};
export const test = {};

View File

@@ -1,4 +1,4 @@
import { text_data } from "../demo/data/gulliver.js";
import { text_data } from "https://rawcdn.githack.com/nextapps-de/flexsearch/master/demo/data/gulliver.js";
const iframe = document.getElementsByTagName("iframe")[0];
const encode = false;