Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit fe8f577

Browse files
committed
docs(code-of-conduct): update and expand code of conduct content
Update the code of conduct to provide a comprehensive set of guidelines for community behavior. This includes detailed sections on safe-for-work policies, age requirements, mutual respect, and moderation expectations. The update aims to create a safer and more inclusive environment by clearly defining acceptable behavior and the consequences of violations. The document now also includes guidelines on language use, voice channel conduct, and bot usage. chore(next.config.ts): disable optimizeCss to prevent critters issues Disable the `optimizeCss` option in the Next.js configuration to avoid issues related to the Critters library. This change is made to ensure a smoother build process and prevent potential errors during CSS optimization. feat(package.json): add beasties dependency Add the "beasties" package as a new dependency to the project. This addition is likely intended to introduce new functionality or features that require this package.
1 parent f1886ff commit fe8f577

File tree

6 files changed

+416
-7
lines changed

6 files changed

+416
-7
lines changed

code-of-conduct

lib/code-of-conduct.ts

Lines changed: 354 additions & 2 deletions
Large diffs are not rendered by default.

next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const nextConfig: NextConfig = {
4040
experimental: {
4141
// mdxRs: true,
4242
cssChunking: true,
43-
// Optimize bundle analysis
44-
optimizeCss: true,
43+
// Optimize bundle analysis - disabled to prevent critters issues
44+
// optimizeCss: true,
4545
// Use SWC for faster compilation
4646
swcTraceProfiling: false,
4747
// Enable build worker threads

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"dependencies": {
4444
"@emotion/react": "^11.14.0",
4545
"@emotion/styled": "^11.14.1",
46+
"beasties": "^0.3.5",
4647
"@hookform/resolvers": "^5.2.1",
4748
"@mdx-js/loader": "^3.1.1",
4849
"@mdx-js/react": "^3.1.1",

pnpm-lock.yaml

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/code-of-conduct.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)