pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

Merge pull request #967 from MovieWebIPFS/patch-1

feat: allow setting 'base' via VITE_BASE_URL

authored by

William Oldham and committed by
GitHub
89bc201b 27aff999

+1
+1
vite.config.mts
··· 24 24 export default defineConfig(({ mode }) => { 25 25 const env = loadEnv(mode, process.cwd()); 26 26 return { 27 + base: env.VITE_BASE_URL || '/', 27 28 plugins: [ 28 29 million.vite({ auto: true, mute: true }), 29 30 handlebars({