-
I noticed on Windows the plugin breaks on copying the images from /images to /public/images.
The fix is trivial: use plugin.crossPlatformRoot instead of plugin.settings.rootDir (because it has window…
-
### What version of @tailwindcss/typography are you using?
0.5.0
### What version of Node.js are you using?
v16.13.1
### What browser are you using?
MSEdge
### What operating system …
-
I want to build `index.html` as `docs/index.html`, while mounting the page in a subfolder.
If I set `prefix` to `fancy-t-spin`, the path will be resolved correctly:
```html
```
However, `index…
-
I experienced this problem whilst putting together https://github.com/Elderjs/elderjs/pull/217 but it always went away again if I did a clean install of @elderjs.
Now however, even if I clone the t…
-
https://github.com/Elderjs/elderjs/blob/bf528f1a20da10586467ce6c891d5bf3eafe3c79/src/partialHydration/mountComponentsInHtml.ts#L17
This runs forever when:
1. There are many ejs components.
2. The…
-
Hey there ! Very glad to try Elder, coming from Nuxt / Next / Gridsome / Gatsby…
I find ElderJs to be pleasingly simple while still being uber powerful.
I've some precise questions about the "SPA …
-
-
I notice that all permalinks ends with a slash.
I can delete them manually and can probably add a hook for that but does a better workaround exist to have permalinks without a slash at the end ?
Tha…
-
Getting this kind of error messages:
```console
Error: Hook: "processImages" threw an error: ENOENT: no such file or directory, copyfile 'D:/Projects/elderjs-images/images/image.jpg' -> 'D:\Projec…
meigo updated
3 years ago
-
Elderjs newbie here. Not sure, but assume that this, or a similar approach is a realistic use-case. Where able to do an XSS injection by exploiting the hydration mechanism.
`route.js`
```js
modul…