Add support for configurable web banner data url
This commit is contained in:
+3
-1
@@ -4,4 +4,6 @@ NUXT_PUBLIC_AUTHOR=John Doe
|
||||
NUXT_PUBLIC_SITE_NAME="John's Blog"
|
||||
NUXT_PUBLIC_BUILD_BASE_URL=/
|
||||
# Fonts, please preserve last slash
|
||||
NUXT_PUBLIC_FONTS_URL=https://fonts.example.com/
|
||||
NUXT_PUBLIC_FONTS_URL=https://fonts.example.com/
|
||||
|
||||
NUXT_PUBLIC_BANNER_DATA_URL=https://example.com/api/web/banner/latest
|
||||
Reference in New Issue
Block a user