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

Fix #3: handle og:image meta tag #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix #3: handle og:image meta tag #4

wants to merge 2 commits into from

Conversation

NicolasHov
Copy link
Collaborator

No description provided.

@@ -4,7 +4,7 @@
"description": "Let's have a web preview of a given URL",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start": "nodemon index.js",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we keep that only in dev mode? Maybe split this command into something like serve and watch?

@yvan-sraka yvan-sraka assigned NicolasHov and unassigned yvan-sraka Jan 14, 2022
@yvan-sraka yvan-sraka changed the title Handle image tag Fix #3: handle og:image meta tag Jan 14, 2022
@yvan-sraka yvan-sraka linked an issue Jan 14, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle og:image meta tag
2 participants