Skip to content

Commit

Permalink
Change search website
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Aug 15, 2024
1 parent c8e85a8 commit e102ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/search-providers/nanosearch/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ window.Lazyload.js([SOURCES.jquery, PAHTS.search_js], function() {
function remoteSearchByQuery(query) {
console.log(`searching: ${query}`);
var i, j, key, keys, cur, _title;
const url = 'https://bs.nanosearch.io/api/sites/mincong.io/posts/search?' + $.param({
const url = 'https://bs.nanosearch.io/api/sites/nanosearch.io/posts/search?' + $.param({
q: query
});
let start = Date.now();
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: Googlebot-Image
Disallow: /

sitemap: https://mincong.io/sitemap.xml
sitemap: https://nanosearch.io/sitemap.xml

0 comments on commit e102ce7

Please sign in to comment.