hut36

Results 3 issues of hut36

How to reproduce: 1. run `npx create-blogster@latest --theme sleek` 2. run `cd my-blogster-blog` 3. run `yarn run dev --host` 4. visit http://127.0.0.1:3000/blog/basic-markdown-style-guide The page displays an error message: ``` require...

### Describe the bug After upgrading from tauri 1 to tauri 2, the IndexedDB directory changed from `https_tauri.localhost_0.indexeddb.leveldb` to `http_tauri.localhost_0.indexeddb.leveldb`. Since my app stores all data in IndexedDB, this will...

type: bug
status: needs triage