We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad3ee commit b7bc3bcCopy full SHA for b7bc3bc
docs/.vuepress/data/sponsors.ts
@@ -1,6 +1,6 @@
1
import { ref } from "vue";
2
3
-const sponsorUrl: string = window.location.origin + '/fastapi_best_architecture_docs/sponsors.html';
+const sponsorUrl: string = typeof window !== 'undefined' ? window.location.origin + '/fastapi_best_architecture_docs/sponsors.html' : 'https://fastapi-practices.github.io/fastapi_best_architecture_docs/sponsors.html';
4
5
export const goldSponsors = ref([
6
{
0 commit comments