Skip to content

Commit 2084888

Browse files
committed
chore: disable Scully routing
1 parent db5990c commit 2084888

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

scully.this-is-learning.config.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
import { ScullyConfig } from '@scullyio/scully';
22

3-
import { fromRss } from './scully/plugins/from-rss.plugin';
4-
53
export const config: ScullyConfig = {
64
projectRoot: './apps/this-is-learning/src',
75
projectName: 'this-is-learning',
86
outDir: './dist/static/this-is-learning',
97
routes: {
10-
'/this-is-angular': {
11-
rss: 'https://dev.to/feed/this-is-angular',
12-
type: fromRss,
13-
},
14-
'/this-is-learning': {
15-
rss: 'https://dev.to/feed/this-is-learning',
16-
type: fromRss,
17-
},
8+
// '/this-is-angular': {
9+
// rss: 'https://dev.to/feed/this-is-angular',
10+
// type: fromRss,
11+
// },
12+
// '/this-is-learning': {
13+
// rss: 'https://dev.to/feed/this-is-learning',
14+
// type: fromRss,
15+
// },
1816
},
1917
};

0 commit comments

Comments
 (0)