#Why is the page title "app" when I start my Lustre app?

1 messages · Page 1 of 1 (latest)

trail imp
#

I have the following directory structure and these files: app.gleam, app.css, and index.html.

I ran the app using:

gleam run -m lustre/dev start

However, when I access the app in the browser, the page title is "app" instead of the title defined in index.html. Why is this happening?

barren gorge
#
[tools.lustre.html]
title = "wibble"