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

Improve the title of the RSS feed #157 #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

frontcodelover
Copy link

Add Cool stuff from the Web - ${team!.name} - Digest.club in feed.ts

Copy link

vercel bot commented Nov 6, 2024

@frontcodelover is attempting to deploy a commit to the Premier Octet Team on Vercel.

A member of the Team first needs to authorize it.

@@ -8,7 +8,7 @@ export const createFeed = (team: PublicTeamResult, teamSlug: string) => {
const date = new Date();
const ogImage = generateTeamOGUrl(team?.slug || '');
const feed = new Feed({
title: team!.name,
title: `Cool stuff from the Web - ${team!.name} - Digest.club`,
Copy link
Contributor

Choose a reason for hiding this comment

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

Cool stuff from the Web should not be a hardcoded value, sadly we don't have a way to define a digest feed name in the app since a team can post anything.

Copy link
Contributor

@tlenclos tlenclos left a comment

Choose a reason for hiding this comment

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

Hello ! Thanks for this PR sadly we can't merge it right now.

The project uses yarn, please remove the package-lock.json file.
We don't have a way to get a feed name in the app.

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.

2 participants