Pascal Polleunus
Pascal Polleunus
I don't understand what the parameter `multilineComments` is and how it works. It would be great to have more information about that in the doc/README. What is considered multiline? Comments...
Allow to obfuscate the email/phone in the link text. I see different options: 1. Search for the value in and obfuscate it. 2. Using a placeholder in the link text...
### Kind of Issue Improvement ### Description Wouldn't it be useful to have a placeholder in the list for icons that won't/can't be added, with a clear message saying so?...
### Configuration To make my project run locally on `foo.test` instead of `localhost`, I did this⦠**`package.json`:** ```json "scripts": { "dev": "next dev -H foo.test --turbopack", ``` **`.env`:** ``` BASE_URL=http://foo.test:3000...