Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

chore: Add queue to engines list

+5 -1
+5 -1
src/pages/index.astro
··· 4 4 // import "@picocss/pico/css/pico.colors.css"; 5 5 import "../styles/pages/index.css"; 6 6 7 - const engines = [{ url: "engine/audio/", title: "Audio" }]; 7 + const engines = [ 8 + { url: "engine/audio/", title: "Audio" }, 9 + { url: "engine/queue/", title: "Queue" }, 10 + ]; 11 + 8 12 const themes = [{ url: "themes/pilot/", title: "Pilot" }]; 9 13 --- 10 14