diff --git a/components/docs/book/AdditionalMetadataFiles.vue b/components/docs/book/AdditionalMetadataFiles.vue index ad949c1..926bd2f 100644 --- a/components/docs/book/AdditionalMetadataFiles.vue +++ b/components/docs/book/AdditionalMetadataFiles.vue @@ -21,4 +21,13 @@ export default { methods: {}, mounted() {} } - \ No newline at end of file + + + \ No newline at end of file diff --git a/components/docs/book/AudioMetadata.vue b/components/docs/book/AudioMetadata.vue index 27a93b9..706f604 100644 --- a/components/docs/book/AudioMetadata.vue +++ b/components/docs/book/AudioMetadata.vue @@ -92,3 +92,12 @@ export default { mounted() {} } + + \ No newline at end of file diff --git a/components/docs/book/AudioTracks.vue b/components/docs/book/AudioTracks.vue index 4d2e227..5a457c0 100644 --- a/components/docs/book/AudioTracks.vue +++ b/components/docs/book/AudioTracks.vue @@ -36,4 +36,13 @@ export default { methods: {}, mounted() {} } - \ No newline at end of file + + + \ No newline at end of file diff --git a/components/docs/book/AuthorFolderNaming.vue b/components/docs/book/AuthorFolderNaming.vue index 5f10e89..986c8f1 100644 --- a/components/docs/book/AuthorFolderNaming.vue +++ b/components/docs/book/AuthorFolderNaming.vue @@ -40,4 +40,13 @@ export default { methods: {}, mounted() {} } - \ No newline at end of file + + + \ No newline at end of file diff --git a/components/docs/book/DirectoryStructure.vue b/components/docs/book/DirectoryStructure.vue index 927508b..5d6162f 100644 --- a/components/docs/book/DirectoryStructure.vue +++ b/components/docs/book/DirectoryStructure.vue @@ -112,4 +112,13 @@ export default { methods: {}, mounted() {} } - \ No newline at end of file + + + \ No newline at end of file diff --git a/components/docs/book/TitleFolderNaming.vue b/components/docs/book/TitleFolderNaming.vue index 87d8e1f..b6a2278 100644 --- a/components/docs/book/TitleFolderNaming.vue +++ b/components/docs/book/TitleFolderNaming.vue @@ -86,3 +86,12 @@ export default { mounted() {} } + + \ No newline at end of file diff --git a/components/docs/podcast/DirectoryStructure.vue b/components/docs/podcast/DirectoryStructure.vue index 5cce917..a8ce1dc 100644 --- a/components/docs/podcast/DirectoryStructure.vue +++ b/components/docs/podcast/DirectoryStructure.vue @@ -48,4 +48,13 @@ export default { methods: {}, mounted() {} } - \ No newline at end of file + + + \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index d6d15b7..af61b70 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,7 +4,8 @@ module.exports = { content: [ './pages/**/*.{html,js,vue}', './components/**/*.{html,js,vue}', - './layouts/**/*.{html,js,vue}' + './layouts/**/*.{html,js,vue}', + './content/**/*.{md,vue}' ], theme: { extend: {