Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
next-old-version
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 0e08ddfc
authored
2024-02-26 16:20:35 +0530
by
jay
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
dc270946
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
src/pages/doctor-on-call.js
src/pages/doctor-on-call.js
View file @
0e08ddf
...
@@ -7,7 +7,7 @@ const DoctorOnCall = () => {
...
@@ -7,7 +7,7 @@ const DoctorOnCall = () => {
<
h1
>
Hello
world
<
/h1
>
<
h1
>
Hello
world
<
/h1
>
<
span
className
=
""
><
/span
>
<
span
className
=
""
><
/span
>
<
Image
<
Image
//
priority={true}
priority
=
{
true
}
width
=
"3000px"
width
=
"3000px"
height
=
"600px"
height
=
"600px"
src
=
"/banner/abu-faqs-d.png"
src
=
"/banner/abu-faqs-d.png"
...
@@ -17,3 +17,16 @@ const DoctorOnCall = () => {
...
@@ -17,3 +17,16 @@ const DoctorOnCall = () => {
};
};
export
default
DoctorOnCall
;
export
default
DoctorOnCall
;
// This function gets called at build time
export
async
function
getStaticProps
()
{
// Call an external API endpoint to get posts
// const res = await fetch('https://.../posts')
// const posts = await res.json()
// By returning { props: { posts } }, the Blog component
// will receive `posts` as a prop at build time
return
{
props
:
{},
};
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment