chore: add privacy policy and term of use

This commit is contained in:
Zotov Ivan Yuryevich
2026-06-01 22:05:26 +03:00
parent 3ec1e776af
commit 5c7f09e37a
9 changed files with 5372 additions and 5425 deletions

10
src/env.d.ts vendored
View File

@@ -1 +1,11 @@
/// <reference types="astro/client" />
interface ImportMetaEnv {
readonly PUBLIC_API_URL: string
readonly PUBLIC_GRAPHQL_URL: string
readonly PUBLIC_UPLOADS_BASE_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}