-
Notifications
You must be signed in to change notification settings - Fork 0
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
update api-key for TinyMCE Editor #39
Conversation
.env.example
Outdated
@@ -6,7 +6,7 @@ POSTGRES_DB=postgres | |||
POSTGRES_USER=postgres | |||
POSTGRES_PASSWORD=password | |||
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}?schema=public" | |||
|
|||
NEXT_PUBLIC_API_KEY_TINYMCE="fa9cjdm05bb5x5ousxqogvmanrkhy6xsp5wwhhbplno5y4qz" |
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.
no no no no no no no no no no no no no no no no no no no
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.
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.
@@'
Nên đặt tên chung chung dễ nhớ như |
src/components/SSEditor/index.tsx
Outdated
@@ -36,4 +40,4 @@ const SSEditor: FC<PropTypes> = ({ value, onSave }) => { | |||
/> | |||
); | |||
}; | |||
export default SSEditor; | |||
export default TextEditor; |
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.
components thì nên export const, chỉ riêng page là export default thôi
No description provided.