Merge branch 'sites' into feat/update-content

pull/8289/head
Puru Vijay 4 years ago
commit 1a4d4844c2

@ -1,4 +1,4 @@
import { init, inited, search } from '$lib/search/search.js'; import { init, inited, search } from '@sveltejs/site-kit/search';
/** @type {import('./$types').PageServerLoad} */ /** @type {import('./$types').PageServerLoad} */
export async function load({ url, fetch }) { export async function load({ url, fetch }) {

@ -1,5 +1,5 @@
<script> <script>
import SearchResults from '$lib/search/SearchResults.svelte'; import { SearchResults } from '@sveltejs/site-kit/search';
/** @type {import('./$types').PageData} */ /** @type {import('./$types').PageData} */
export let data; export let data;

Loading…
Cancel
Save