Leaflet Blog in Deno Fresh
0
fork

Configure Feed

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

at 5d66d6ce5a121e7192ee4ffddbce5c9dde6e0c82 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});