simplerethink
simplerethink
When I run `npm run build` My output is this: ``` ../_site/assets/css/main.30ce0f88.css 22.97 KiB / gzip: 22.81 KiB CssSyntaxError: /assets/css/main.499de48c.css:1:1: Unknown word at Input.error (/node_modules/postcss/lib/input.js:148:16) at Parser.unknownWord (/node_modules/postcss/lib/parser.js:540:22) at Parser.other...
Running `npm start` produces broken site with `site.webmanifest` 404ing and css/js not loading. Is this related to https://github.com/matthiasott/eleventy-plus-vite/issues/4?
### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Windows 10 / 8.1 /...
Could someone explain why I don't get any data for breadcrumbs? ``` --- eleventyNavigation: key: My Page Title parent: myParentKey --- ``` ``` {% set crumbs = collections.all | eleventyNavigationBreadcrumb(eleventyNavigation.key)...
What's the best way to purge unused css with 11ty vite and rollup? I can't seem to get the output to actually purge unused css.
Great starter, thank you for offering it! Do you have any interest in changing the css hashing to only change when the file content changes? That way a new build...
For Breadcrumbs, how can I have the output text be the page `title`, rather than the `slug`? I still want a link, but the links should be page titles.