feat: Add custom slug support for links

This commit is contained in:
Jan K9f 2025-01-25 17:32:13 +01:00
commit 8e1832416b
Signed by: jank
GPG key ID: 50620ADD22CD330B
15 changed files with 54 additions and 40 deletions

View file

@ -3,5 +3,5 @@ import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent, appConfig).catch((err) =>
console.error(err),
console.error(err)
);