Opslag

Announcing v1.5.0

Welcome to the all-new Routify blog. For our first post, we’re very happy to announce that 1.5 is finally ready. Among the highlights in this version are: - support for meta tags - Dynamic basepaths - node api - CLI enhancements - A unified __index.html (starter template) - spassr server (starter template) - Netlify + Github integration (starter template) ### **Meta tags and Open Graph** Set meta tags and Open Graph data directly from Routify, in a single line. For example this code... import { metatags} from "@sveltech/routify"; $: metatags.title = ‘My app - home’; will output the following: My app - home You can read more about meta tags [here](/guide/metadata). ### **Dynamic basepaths** Basepaths can now be set from anywhere within your app. Basepaths are strings but will be converted to RegExp’s internally. To prerender multiple basepaths add a basepath argument to your exporter. routify export --basepath mybase ...

First post!

We have to start somewhere.