chore: remote search json
This commit is contained in:
parent
72d6d6a8ac
commit
e7389ce4c0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ window.addEventListener('load', () => {
|
||||||
|
|
||||||
const loadSearchIndex = async () => {
|
const loadSearchIndex = async () => {
|
||||||
try {
|
try {
|
||||||
const response = await fetch('/api/search')
|
const response = await fetch('https://coryd.dev/api/search')
|
||||||
const index = await response.json()
|
const index = await response.json()
|
||||||
const resultsById = index.reduce((byId, result) => {
|
const resultsById = index.reduce((byId, result) => {
|
||||||
byId[result.id] = result
|
byId[result.id] = result
|
||||||
|
|
Reference in a new issue