Leaflet Blog in Deno Fresh
0
fork

Configure Feed

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

at 17a3e79e2e6e200c175740343a9883a758a6542e 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});