Enabled astro preload, added video components, videos for software lead, part of content for software lead
This commit is contained in:
5
src/interfaces/video.ts
Normal file
5
src/interfaces/video.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface videoConfig {
|
||||
videoTitle?: string
|
||||
videoPath: string;
|
||||
videoType?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user