Arno Fukuda

Results 7 comments of Arno Fukuda

> @dimaMachina The problems you mentioned are addressed. Currently if the menu is too long the search bar will be pushed out of the viewport, and the whole page will...

> If the items are too long it will be moved to sidebar I believe this won't work for pages that use raw or full layout theme which is often...

Great catch. We've also discovered this and the provided workaround did the trick.

Looking for a workaround too. This is important for our app.

Same issue here. alternateRefs inside transform doesn't work and returns the same url from `loc`.

@lt7 , it was difficult to spot in their documentation, but I was able to get it working by using the following: ``` ... return { loc: `${config.siteUrl}${url}`, lastmod: new...

@Abdullah-J01 , In the return statement don't use `config.siteUrl`, but try a custom variable. ``` module.exports = { siteUrl: "https://example.com" transform: async (config, path) => { ... const siteUrls =...