Aleksandr Hovhannisyan

Results 147 comments of Aleksandr Hovhannisyan

I think the underlying reason is still the same: 11ty doesn't register `page` and other globals in Liquid (which is #2453). If it did I don't think you'd see this...

Could this be related to https://github.com/11ty/eleventy/issues/2240?

@alifeee OP's example is a JavaScript data file, as are the examples in https://github.com/11ty/eleventy/issues/2240. So I think it's an issue in the data pipeline and not necessarily with the templating...

> (However, I think the better approach would be to solve the underlying bug: when you click at the end of the paragraph, it should drop the cursor into the...

This would be wonderful! I think it _may_ also pave the way for Slinkity to be able to support Serverless, but maybe that's a separate issue (@Holben888 sorry to summon...

> Also want to call out that Astro has 100% ruled out Vite in a serverless environment. @bholmesdev Does this mean that the use case I described is not possible?

For me, the reason this was happening is because my `_pages/` directory organizes blog posts into subfolders based on the primary category they fall into: ![image](https://user-images.githubusercontent.com/19352442/74248462-9d4bbf00-4cb5-11ea-8268-ce27ee8c3f31.png) The script as it...