Christian Folie

Results 3 comments of Christian Folie

Adding `meta`-data into `head` is [hard](https://discourse.elm-lang.org/t/seo-google-lighthouse/5878/7) with Elm. Solutions like [elm-pages](https://github.com/dillonkearns/elm-pages) only work for static generated sites. A possible solution could be to split up the single Elm-SPA into at...

I have no idea if this would work with e.g. [Twitter cards](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image) or other places were content is embedded, as it relies on executing the whole page with JS. (The...

Currently an backend API exists with these main entry points and sub-routes (currently only documented as part of the [routing configuration](https://github.com/Softwarepark/Contexture/blob/master/backend/Contexture.Api/Program.fs#L82)): - `api/domains` for accessing domains - `api/boundedContexts` exposes bounded...