feat: add resume.pdf button
All checks were successful
Deploy to SFTP Server / build (push) Successful in 41m27s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 41m27s
This commit is contained in:
9
src/env.d.ts
vendored
9
src/env.d.ts
vendored
@@ -1,3 +1,12 @@
|
||||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
/// <reference types="unplugin-icons/types" />
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
colors: import("svelte/store").Writable<{
|
||||
background: string;
|
||||
}>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user