Add minor changes
This commit is contained in:
parent
7f18e75647
commit
41d4665e49
14 changed files with 37 additions and 29 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { url } from "./misc";
|
||||
import { Content, Image, Video } from "./content";
|
||||
import { Anchor, Content, Image, Video } from "./content";
|
||||
|
||||
export interface Portfolio {
|
||||
config: Config;
|
||||
|
|
@ -25,7 +25,7 @@ export interface TimelineElement {
|
|||
figure: Image | Video;
|
||||
description: string;
|
||||
more?: Content;
|
||||
link?: url;
|
||||
link?: Anchor;
|
||||
}
|
||||
|
||||
export interface Footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue