diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6520f3f --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +NUXT_PUBLIC_SITE_URL=example.com +NUXT_PUBLIC_BASE_URL=https://example.com +NUXT_PUBLIC_AUTHOR=John Doe +NUXT_PUBLIC_SITE_NAME=John's Blog \ No newline at end of file