We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5990c commit 2084888Copy full SHA for 2084888
1 file changed
scully.this-is-learning.config.ts
@@ -1,19 +1,17 @@
1
import { ScullyConfig } from '@scullyio/scully';
2
3
-import { fromRss } from './scully/plugins/from-rss.plugin';
4
-
5
export const config: ScullyConfig = {
6
projectRoot: './apps/this-is-learning/src',
7
projectName: 'this-is-learning',
8
outDir: './dist/static/this-is-learning',
9
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
17
+ // '/this-is-angular': {
+ // rss: 'https://dev.to/feed/this-is-angular',
+ // type: fromRss,
+ // },
+ // '/this-is-learning': {
+ // rss: 'https://dev.to/feed/this-is-learning',
18
},
19
};
0 commit comments