diff --git a/.env.example b/.env.example index 37af88a..31b2d4d 100644 --- a/.env.example +++ b/.env.example @@ -1,14 +1,5 @@ # REST API configuration REST_API_URL= -# Auth configuration - required in production -AUTH_ORIGIN= -AUTH_SECRET= - -# Google configuration -GOOGLE_CLIENT_ID= -GOOGLE_CLIENT_SECRET= -GOOGLE_REFRESH_TOKEN_URL= - # .NET backend runs locally on HTTPS (must be set to 0), for production must be set to 1 NODE_TLS_REJECT_UNAUTHORIZED= diff --git a/.vscode/settings.json b/.vscode/settings.json index 18b9ac5..d3c1052 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,12 +13,14 @@ "Lato", "nuxt", "nuxtjs", + "ofetch", "Raleway", "Roboto", "sidebase", "tailwindcss", "vueuc", - "wght" + "wght", + "dtos" ], "files.eol": "\n", "[typescript]": { diff --git a/components/posts/NftPost.vue b/components/posts/NftPost.vue index 59f9648..b4c32c9 100644 --- a/components/posts/NftPost.vue +++ b/components/posts/NftPost.vue @@ -15,7 +15,7 @@

{{ post.description }}

-