Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit d1a9913

Browse files
committed
Add author tag
1 parent 1ae0cd0 commit d1a9913

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

pages/[...slug].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export async function getStaticPaths() {
6666
/**
6767
* Get post static props.
6868
*
69+
* @author WebDevStudios
6970
* @param {object} context Context for current post.
7071
* @param {object} context.params Route parameters for current post.
7172
* @return {object} Post props.

pages/blog/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

pages/careers/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

pages/events/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default function HomePage({post}) {
5555
/**
5656
* Get post static props.
5757
*
58+
* @author WebDevStudios
5859
* @return {object} Post props.
5960
*/
6061
export async function getStaticProps() {

pages/portfolio/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

pages/search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function Search() {
3030
/**
3131
* Get post static props.
3232
*
33+
* @author WebDevStudios
3334
* @return {object} Post props.
3435
*/
3536
export async function getStaticProps() {

pages/service/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

pages/team/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

pages/testimonial/[[...slug]].js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function getStaticPaths() {
130130
/**
131131
* Get post static props.
132132
*
133+
* @author WebDevStudios
133134
* @param {object} context Context for current post.
134135
* @param {object} context.params Route parameters for current post.
135136
* @return {object} Post props.

0 commit comments

Comments
 (0)