After the cofig is updated with themes, rename the last "*DataConfig" files and folders by removing the Config-part
I did not want to do this as part of 517eb9f because it would merge unrelated changes.
How to lookup the path based on a :param path.
Write a ticket to get a pattern like TailwindUI has whree on can say
<Link className={(active) => classeNames('foo', active ? 'foo', 'baz')}>
- We can use
.get(ID)
instead of.find
or.findIndex
- Its recommended in https://immerjs.github.io/immer/update-patterns at the end of the page
It feels like Jotais model does fit more in our application.
https://jotai.org/docs/guides/typescript
This needs a kind of ugly override in package.json, see TanStack/router#257 (comment) Once that issue is resolved, we should cleanup the overwrite.
-
Matomo Siehe https://www.npmjs.com/package/@socialgouv/matomo-next
-
Auth mit Strapi Siehe https://medium.com/@tom555my/strapi-next-js-email-password-authentication-a8207f72b446
-
Sitemap Plugin
- exclude '/kontakt/', '/datenschutz/'
- Plugin https://www.npmjs.com/package/next-sitemap
- Oder manuell schreiben…
-
Manifest Plugin
-
Sentry
-
mdx
npm install @next/mdx @mdx-js/loader
- https://nextjs.org/docs/advanced-features/using-mdx
// TODO: Liefert Zeichen-Tools für die Karte // https://github.com/mapbox/mapbox-gl-draw // useControl(() => new MapboxDraw(), { // position: 'bottom-left', // })
// Docs https://docs.mapbox.com/api/maps/static-tiles/ // Edit Style https://studio.mapbox.com/styles/hejco/ckz8bsqbq000t15nz6ok45bid/edit/#15.61/52.495655/13.417375 // TODO Lizenz / Attribution // About Quota: Make sure we only pull data where avaliable and only for zoom level that are usefull. // Quota at: https://account.mapbox.com/ // Docs: https://docs.mapbox.com/api/maps/static-tiles/#manage-static-tiles-api-costs // xhainGutachten_tiles: { // name: 'Parkraumgutachten Xhain', // type: 'raster', // tiles: 'https://api.mapbox.com/styles/v1/hejco/ckz8bsqbq000t15nz6ok45bid/tiles/512/{z}/{x}/{y}?access_token=pk.eyJ1IjoiaGVqY28iLCJhIjoiY2piZjd2bzk2MnVsMjJybGxwOWhkbWxpNCJ9.L1UNUPutVJHWjSmqoN4h7Q', // , // tileSize: 512, // minzoom: 18, // Quota // maxzoom: 21, // // bounds: L.latLngBounds(L.latLng(52.5310256, 13.4914434), L.latLng(52.4827923, 13.3682291)), // Quota (outside no data is loaded for this layer) // attribution: // 'Daten der Parkraumgutachten der Bezirksverwaltung. OpenData. Lizenz TODO.', // },