[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-time. ⏰ SSR-safe time element for Nuxt 3
date nuxt nuxt-module server ssr
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-time / .editorconfig
188 B 12 lines
1root = true 2 3[*] 4indent_size = 2 5indent_style = space 6end_of_line = lf 7charset = utf-8 8trim_trailing_whitespace = true 9insert_final_newline = true 10 11[*.md] 12trim_trailing_whitespace = false