This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export async function getStaticPaths() {
66
66
/**
67
67
* Get post static props.
68
68
*
69
+ * @author WebDevStudios
69
70
* @param {object } context Context for current post.
70
71
* @param {object } context.params Route parameters for current post.
71
72
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export default function HomePage({post}) {
55
55
/**
56
56
* Get post static props.
57
57
*
58
+ * @author WebDevStudios
58
59
* @return {object } Post props.
59
60
*/
60
61
export async function getStaticProps ( ) {
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export default function Search() {
30
30
/**
31
31
* Get post static props.
32
32
*
33
+ * @author WebDevStudios
33
34
* @return {object } Post props.
34
35
*/
35
36
export async function getStaticProps ( ) {
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export async function getStaticPaths() {
130
130
/**
131
131
* Get post static props.
132
132
*
133
+ * @author WebDevStudios
133
134
* @param {object } context Context for current post.
134
135
* @param {object } context.params Route parameters for current post.
135
136
* @return {object } Post props.
You can’t perform that action at this time.
0 commit comments