alexnozer
alexnozer
> ```js > compileOptions: { > permalink(inputContent, inputPath) { > return (data) => { > return data.permalink > } > } > } > ``` Thanks, it works!
But I still have a question: save value of the `permalink` key into the file after reading frontmatter is a bug or this is intended for some purpose 🤔
I have the same issue. I created a component and wanted to do some props processing in `webc:setup` before using it in a template. But it didn't work. I had...