fix background on prod

This commit is contained in:
2023-12-07 15:25:57 +01:00
parent a6c01e22d8
commit 7c3e2a5c89

View File

@@ -1,7 +1,7 @@
<script setup>
import { ref, onMounted } from 'vue';
import Home from './components/Home.vue';
import * as Trianglify from 'trianglify';
import Trianglify from 'trianglify/dist/trianglify.bundle.js';
const roundStep = 200;
const round = size => Math.ceil(size / roundStep) * roundStep;