Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/image2fake3d. show a fake 3d effect in the browser from an image with a depth map
flo-bit.dev/image2fake3d/
···1111 // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
1212 // If your environment is not supported or you settled on a specific environment, switch out the adapter.
1313 // See https://kit.svelte.dev/docs/adapters for more information about adapters.
1414- adapter: adapter()
1414+ adapter: adapter(),
1515+ paths: {
1616+ base: '/image2fake3d'
1717+ }
1518 }
1619};
1720