Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
v1.0.0-rc.88
Browse files Browse the repository at this point in the history
  • Loading branch information
lovkyndig committed Oct 31, 2023
1 parent 564d0d7 commit 236184b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@ export default defineNuxtConfig({
typeCheck: false
}
})

/*
Credits:
https://nuxt.com/docs/getting-started/layers
https://nuxt.com/docs/guide/going-further/layers
https://tairo.cssninja.io/documentation/setup/nuxt-and-layers
https://github.com/nuxt/nuxt/issues/13367
https://github.com/nuxt/starter/tree/layer
https://github.com/nuxt-themes/starter
https://github.com/viandwi24/nuxt3-awesome-starter/tree/v2
*/
2 changes: 1 addition & 1 deletion components/MarkdownPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ watch(showCatalog, () => {
:key="tag"
:to="{ path: '/list', query: { tags: [tag] } }"
target="_blank"
class="px-2 py-1 text-xs text-gray-400 hover:text-white hover:bg-blue-500 rounded focus:outline-blue-500 transition-colors duration-300"
class="px-2 py-1 text-xs text-gray-600 hover:text-white hover:bg-blue-500 rounded focus:outline-blue-500 transition-colors duration-300"
>
#{{ tag }}
</NuxtLink>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lovkyndig/create-google-app",
"version": "1.0.0-rc.87",
"version": "1.0.0-rc.88",
"type": "module",
"main": "./nuxt.config.ts",
"description": "⚡Nuxt layer with nuxt-content, full search-functionality, pwa and guide to how to publish to Google Play Store.",
Expand Down

0 comments on commit 236184b

Please sign in to comment.