Skip to content

Commit

Permalink
feat: seo for pages (#153)
Browse files Browse the repository at this point in the history
* drop .decofile.json and add it at gitignore

* Bump apps

* Bump deps
  • Loading branch information
igorbrasileiro authored Mar 7, 2024
1 parent d9a4fc4 commit 67a403e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .decofile.json

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ import_map.local.json
_fresh/

deno.lock

# deco files
.decofile.json
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imports": {
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/[email protected].2/",
"apps/": "https://denopkg.com/deco-cx/[email protected].2/",
"deco/": "https://denopkg.com/deco-cx/[email protected].4/",
"apps/": "https://denopkg.com/deco-cx/[email protected].4/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down

0 comments on commit 67a403e

Please sign in to comment.