Add grid snapping, grid preview, fix zoom slowdowns and canvas markdown editing being at the wrong size.

This commit is contained in:
2025-03-04 15:14:12 +01:00
parent 0b97e9a295
commit f2d00097d6
12 changed files with 151 additions and 62 deletions

View File

@@ -149,7 +149,8 @@ export default defineNuxtConfig({
rateLimiter: false,
headers: {
contentSecurityPolicy: {
"img-src": "'self' data: blob:"
"img-src": "'self' data: blob:",
"base-uri": "localhost:*"
}
},
xssValidator: false,