Skip to content
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

Merged
merged 4 commits into from
Aug 27, 2023
Merged

update api-key for TinyMCE Editor #39

merged 4 commits into from
Aug 27, 2023

Conversation

minhphuc010194
Copy link
Member

No description provided.

.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"
Copy link
Member

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2023-08-27 at 9 58 20

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@'

@sangdth
Copy link
Member

sangdth commented Aug 27, 2023

Nên đặt tên chung chung dễ nhớ như TextEditor thôi được rồi, SSEditor khó nhớ.

@@ -36,4 +40,4 @@ const SSEditor: FC<PropTypes> = ({ value, onSave }) => {
/>
);
};
export default SSEditor;
export default TextEditor;
Copy link
Member

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

@minhphuc010194 minhphuc010194 merged commit 476a5e1 into master Aug 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants