feat: support importing obsidian.md files

This commit is contained in:
dwelle 2024-07-19 10:33:53 +02:00
parent df8875a497
commit 93c33fef20
4 changed files with 26 additions and 4 deletions

View file

@ -64,7 +64,12 @@ export default defineConfig({
workbox: {
// Don't push fonts and locales to app precache
globIgnores: ["fonts.css", "**/locales/**", "service-worker.js"],
globIgnores: [
"fonts.css",
"**/locales/**",
"service-worker.js",
"lz-string",
],
runtimeCaching: [
{
urlPattern: new RegExp("/.+.(ttf|woff2|otf)"),