diff --git a/packages/docs/src/routes/index.tsx b/packages/docs/src/routes/index.tsx
index 8ad3b75..dbfb2da 100644
--- a/packages/docs/src/routes/index.tsx
+++ b/packages/docs/src/routes/index.tsx
@@ -10,11 +10,11 @@ import { fetchGithub } from '~/services/github'
import { fetchOpenCollective } from '~/services/opencollective'
import { RequestHandlerNetlify } from '@builder.io/qwik-city/middleware/netlify-edge'
import { GITHUB_TOKEN } from './docs/constant'
+import { SearchModal } from '~/components/widgets/SearchModal'
export const onGet: RequestHandlerNetlify = async ({ platform }) => {
const CHECK_GITHUB_TOKEN =
(platform as any)?.['GITHUB_TOKEN'] ?? GITHUB_TOKEN
- console.log(`[🚩 platform]: `, GITHUB_TOKEN)
const dataGithub = await fetchGithub(CHECK_GITHUB_TOKEN)
const dataOpenCollective = await fetchOpenCollective()
return {
diff --git a/packages/docs/src/services/opencollective.ts b/packages/docs/src/services/opencollective.ts
index 2eb60c8..9a89f25 100644
--- a/packages/docs/src/services/opencollective.ts
+++ b/packages/docs/src/services/opencollective.ts
@@ -4,7 +4,7 @@
*/
export const fetchOpenCollective = async () => {
const data = await fetch(
- `https://opencollective.com/bot-whatsapp/members/users.json?limit=10&offset=0`,
+ `https://opencollective.com/bot-whatsapp/members/users.json?limit=22&offset=0`,
{
method: 'GET',
}
diff --git a/packages/portal/server/@qwik-city-not-found-paths.js b/packages/portal/server/@qwik-city-not-found-paths.js
index f5f657d..473076c 100644
--- a/packages/portal/server/@qwik-city-not-found-paths.js
+++ b/packages/portal/server/@qwik-city-not-found-paths.js
@@ -1,7 +1,7 @@
const notFounds = [
[
'/',
- '\n\n\n \n \n 404 Resource Not Found \n \n \n\n\n 404 Resource Not Found \n \n \n \n \n
404 Resource Not Found
\n\n', + '\n\n \n \n \n404 Resource Not Found
\n \n\n', ], ] function getNotFound(p) { diff --git a/packages/portal/server/@qwik-city-static-paths.js b/packages/portal/server/@qwik-city-static-paths.js index 1afa65f..1835f6b 100644 --- a/packages/portal/server/@qwik-city-static-paths.js +++ b/packages/portal/server/@qwik-city-static-paths.js @@ -1,5 +1,4 @@ const staticPaths = new Set([ - '/', '/favicon.svg', '/manifest.json', '/q-manifest.json',