Convert html project tabs to template#252
Conversation
3bb9176 to
b501ba8
Compare
997a69a to
c2c6191
Compare
The html project pages contained references to the images using showcase_v2 as the base url, but that doesn't work with local testing. According to Claude, the solution is to use NuxtImg, but this needs templates and not html.
b501ba8 to
e1346f2
Compare
|
hm, not sure I agree with this, I'll have a closer look later today |
|
I find this very confusing, let's talk about it tomorrow |
As discussed, this is mostly about being able to have I'll try to simplify and check if the |
I looked into it yesterday evening, I think the correct way to go about it would be to manually convert the files to components once (instead of doing it programmatically each time), and then use the map from the pull request to include the correct one |
|
Follow-up from the matrix chat: is it possible to have markdown files? what are the restrictions / possibilities for components? Is it similar to a template? |
a component contains a template the idea behind components is that you can include them in multiple places basically all that would be to do is to move the files into the |
|
but as discussed in the chat, the actual solution is to set |
(which would add a lot of single-use components hence why it was not done like this in the first place) |
|
Closed in favor of #259 |
The html project pages contained references to the images using showcase_v2 as the base url, but that doesn't work with local testing. According to Claude, the solution is to use NuxtImg, but this needs templates and not html.
To be merged after #251