Leaflet Blog in Deno Fresh
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 945a07fa44e68f9efb3141a608a81aaa85935ddf 6 lines 160 B view raw
1import { defineConfig } from "$fresh/server.ts"; 2import tailwind from "$fresh/plugins/tailwind.ts"; 3 4export default defineConfig({ 5 plugins: [tailwind()], 6});