File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,12 @@ You can see a demo of the project at [https://linktreefreeclone.yoandev.co/](htt
2323 Create a new file in ` src/pages/links/ ` for each link you want to add.
2424 The file name will be not used, but it is recommended to use a descriptive name.
2525 The file should contain a frontmatter section with the following variables:
26- * ` title ` : The title of the link
27- * ` emoji ` : The emoji to use for the link
28- * ` href ` : The URL of the link
26+
27+ * ` title ` : The title of the link
28+
29+ * ` emoji ` : The emoji to use for the link
30+
31+ * ` href ` : The URL of the link
2932
3033 Example:
3134
@@ -48,8 +51,10 @@ You can see a demo of the project at [https://linktreefreeclone.yoandev.co/](htt
4851 Create a new file in ` src/pages/social/ ` for each social media link you want to add.
4952 The file name will be not used, but it is recommended to use a descriptive name.
5053 The file should contain a frontmatter section with the following variables:
51- * ` icon ` : The icon to use for the link
52- * ` url ` : The URL of the link
54+
55+ * ` icon ` : The icon to use for the link
56+
57+ * ` url ` : The URL of the link
5358
5459 Example:
5560
You can’t perform that action at this time.
0 commit comments