Chaitanya.K
Chaitanya.K
``` router.options('/', (req, res, next) => { // Set the status code and headers res .status(200) // Set status code to 200 OK .setHeader('Access-Control-Allow-Methods', allowFor('/')) // Set allowed methods header...
.take Thank you for removing the label, @adiati98 I'll start working on the issue now. 😊
Hey @adiati98 , I need some assistance regarding my recent changes in open-sauced/intro project. ### Background: I made some changes in the Docusaurus files, specifically in the `site-docs-intro-to-oss-readme-md-014.json` file located...
Hey @BekahHW , I noticed that while everything works fine locally, the deploy preview is showing an issue with the baseUrl configuration. The error message states: "Your Docusaurus site did...
Hi @BekahHW , After reflecting on @adiati98 comments, I think we can improve the "Edit this page" functionality. Here’s my proposal: 1. Redirect Users to Their Fork: For users who...
Hey @BekahHW, Thanks for your feedback! I just tested the edit functionality by trying to make direct changes to the README, and it prompts the expected behavior, asking users to...