feat: add links to docs and dotio

This commit is contained in:
2023-12-16 12:46:20 +01:00
parent 256daec412
commit ea3192d4e6
9 changed files with 39 additions and 150 deletions

2
src/env.d.ts vendored
View File

@@ -10,6 +10,8 @@ interface ImportMetaEnv {
readonly VITE_HOMEPAGE_URL: string
readonly VITE_BUGS_URL: string
readonly VITE_DOCS_URL: string
readonly VIET_LEARN_URL: string
}
interface ImportMeta {