[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-planets. procedurally generated tiny planets in the browsers flo-bit.dev/tiny-planets/
low-poly planets procedural-generation threejs
0

Configure Feed

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

tiny-planets / vite.config.js
180 B 10 lines
1import { defineConfig } from "vite"; 2 3// https://vitejs.dev/config/ 4export default defineConfig({ 5 plugins: [], 6 build: { 7 target: "esnext", 8 }, 9 base: "/tiny-planets", 10});