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

chore: enable petercat #6704

Merged
merged 1 commit into from
Jan 8, 2025
Merged

chore: enable petercat #6704

merged 1 commit into from
Jan 8, 2025

Conversation

Aarebecca
Copy link
Contributor

No description provided.

@Aarebecca Aarebecca merged commit 9adf826 into v5 Jan 8, 2025
2 checks passed
Copy link

Walkthrough

This pull request introduces a configuration change to enable the petercat feature in the .dumirc.ts file. The change involves adding a new configuration object with a show flag set to true and a token value.

Changes

File Summary
packages/site/.dumirc.ts Added petercat configuration with show: true and a specific token.

@Aarebecca Aarebecca deleted the chore/petercat branch January 8, 2025 07:08
@@ -472,6 +472,10 @@ export default defineConfig({
img: 'https://gw.alipayobjects.com/mdn/rms_2274c3/afts/img/A*TgV-RZDODJIAAAAAAAAAAABkARQnAQ',
},
],
petercat: {
show: true,
token: '4bd33b46-9b3c-4df1-be17-9206ea7c7e34',

Choose a reason for hiding this comment

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

Storing sensitive information such as tokens directly in the codebase can lead to security vulnerabilities. Consider using environment variables or a secure vault to manage sensitive data.

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.

1 participant