Telling Scully to Ignore Static Page Generation for a Route? – SEO
Suppose we have the following routes defined: const routes: Routes = [ { path: '', component: WelcomeComponent }, { path: 'start', component: StartComponent } Is the a way to tell Scully to skip generation fo a static page for the…