-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#966 nextjs example template #1009
base: develop
Are you sure you want to change the base?
Conversation
browser/create-template/templates/nextjs-site/src/app/[...slug]/page.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/atomic/getAllBlogposts.ts
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/components/Loader.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/components/Searchbar.tsx
Outdated
Show resolved
Hide resolved
<div className={styles.wrapper}> | ||
{resource.props.images?.map((image: string, index: number) => ( | ||
<div key={index} className={styles.image}> | ||
<Image subject={image} alt='' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use file description / name
...er/create-template/templates/nextjs-site/src/views/FullPage/BlogIndexPageFullPage.module.css
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/FullPage/BlogpostFullPage.module.css
Outdated
Show resolved
Hide resolved
return ( | ||
<Container> | ||
<div className={styles.blogWrapper}> | ||
<Image subject={resource.props.coverImage} alt='' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Image comp should deal with that
browser/create-template/templates/nextjs-site/src/views/FullPage/DefaultFullPage.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/MenuItem/MenuItem.tsx
Outdated
Show resolved
Hide resolved
a94e443
to
cc75ad6
Compare
browser/create-template/templates/nextjs-site/src/app/[...slug]/page.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/app/globals.css
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/components/Layout/HStack.module.css
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/ListItem/BlogListItem.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/MenuItem/MenuItem.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/MenuItem/MenuItem.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/MenuItem/MenuItem.tsx
Outdated
Show resolved
Hide resolved
browser/create-template/templates/nextjs-site/src/views/MenuItem/MenuItem.tsx
Outdated
Show resolved
Hide resolved
82b887c
to
6d00312
Compare
@@ -0,0 +1,15 @@ | |||
# Deploying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, discuss SSR / SSG limitations
239bfaa
to
bb64c70
Compare
1a6ff6f
to
53eed8f
Compare
Related Issues
Todo
Checklist