Select the types of activity you want to include in your feed.
1import { guider } from "@neato/guider"; 2 3const withGuider = guider({ 4 themeConfig: "./theme.config.tsx", 5}); 6 7export default withGuider({ 8 output: "export", 9 basePath: "/pstream-ng", 10});