base href

This commit is contained in:
2025-12-31 14:31:55 +01:00
parent 5face1ba83
commit b97a355d47
8 changed files with 23 additions and 24 deletions

View File

@@ -1,10 +1,10 @@
import { RenderPipeline } from "/framework/RenderPipeline.js";
import { RenderPipeline } from "./framework/RenderPipeline.js";
import { Block } from "/framework/Block.js";
import { Block } from "./framework/Block.js";
import Camera from "/framework/Camera.js";
import Camera from "./framework/Camera.js";
import EventManager from "/framework/eventManager.js";
import EventManager from "./framework/eventManager.js";
import { SpectrumPass } from "../passes/SpectrumPass.js";