make links readonly
This commit is contained in:
parent
2f4b774822
commit
242b91ea4b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ export type Link = {
|
|||
};
|
||||
|
||||
|
||||
const links: Link[] = [
|
||||
const links: readonly Link[] = [
|
||||
{
|
||||
url: "https://ayos.blog",
|
||||
icon: "blog",
|
||||
|
@ -25,6 +25,6 @@ const links: Link[] = [
|
|||
icon: "npm",
|
||||
set: "gg"
|
||||
}
|
||||
];
|
||||
] as const;
|
||||
|
||||
export default links;
|
Loading…
Reference in a new issue