Skip to content

Commit

Permalink
_config.yml set pwa.cache.enabled to false
Browse files Browse the repository at this point in the history
  • Loading branch information
linkarzu committed Feb 9, 2025
1 parent bacaa13 commit 94b5992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ assets:
pwa:
enabled: true # The option for PWA feature (installable)
cache:
enabled: true # The option for PWA offline cache
enabled: false # The option for PWA offline cache
# Paths defined here will be excluded from the PWA cache.
# Usually its value is the `baseurl` of another website that
# shares the same domain name as the current website.
Expand Down
2 changes: 2 additions & 0 deletions _posts/neovim/2025-02-08-blink-cmp-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ alias neobean='NVIM_APPNAME=linkarzu/dotfiles-latest/neovim/neobean nvim'
was `v0.9.3`
- Remember that you can see the version in the releases page as mentioned below
- You need to specify this in your plugin config file
- In my case this file is in the path
`~/github/dotfiles-latest/neovim/neobean/lua/plugins/blink-cmp.lua`

```lua
return {
Expand Down

0 comments on commit 94b5992

Please sign in to comment.