leptos-rs / start-trunk

A Starter Template for Leptos-rs CSR Apps using the Trunk build tool
23 stars 6 forks source link

error on index.html #6

Open webmobiles opened 2 months ago

webmobiles commented 2 months ago

Caused by: unknown <link data-trunk .../> attr value rel="stylesheet"; please ensure the value is lowercase and is a supported asset type

file public/style.css exist

index.html call this file and give error/

<!DOCTYPE html>

webmobiles commented 2 months ago

i solved removing rel="stylesheet"on index.html, please fix the source

Narven commented 2 months ago

i solved removing rel="stylesheet"on index.html, please fix the source

u are my hero... been trying to solve that problem for hours. thanks

soundstep commented 2 months ago

@webmobiles same issue, thanks for the solution.

tardyp commented 3 weeks ago

@diversable sorry to ping directly. There is 3 MR on this exact bug, could you please merge it?

jpaugh commented 2 weeks ago

The fix is in #5