Skip to content

Commit b7bc3bc

Browse files
committed
update docs
1 parent edad3ee commit b7bc3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/data/sponsors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ref } from "vue";
22

3-
const sponsorUrl: string = window.location.origin + '/fastapi_best_architecture_docs/sponsors.html';
3+
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';
44

55
export const goldSponsors = ref([
66
{

0 commit comments

Comments
 (0)