diff --git a/.env.example b/.env.example index 279e4eb..eadced7 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -NUXT_PUBLIC_BASE_API=https://api.vpress.vn/api-v1 +NUXT_PUBLIC_BASE_API=http://api-portal.vpress.vn/api-v1 NUXT_PUBLIC_SITE_DEFAULT=1 PUBLIC_BASE_SERVER_RESOURCE=https://acp-api.vpress.vn PUBLIC_PAGING_PAGE=1 diff --git a/.env.production b/.env.production index 77425a6..446814f 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,10 @@ -NUXT_PUBLIC_BASE_API=https://api.vpress.vn/api-v1 +NUXT_PUBLIC_BASE_API=http://api-portal.vpress.vn/api-v1 NUXT_PUBLIC_SITE_DEFAULT=1 -PUBLIC_BASE_SERVER_RESOURCE=https://api.vpress.vn +PUBLIC_BASE_SERVER_RESOURCE=http://api-portal.vpress.vn PUBLIC_PAGING_PAGE=1 PUBLIC_PAGING_LIMIT=10 AUTH_SECRET=vpress -AUTH_ORIGIN=https://vpress.vn \ No newline at end of file +GOOGLE_CLIENT_ID=410090780886-odisqirb9ghresjoop8rg3ad0fn8jl0s.apps.googleusercontent.com +GOOGLE_CLIENT_SECRET=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 +FACEBOOK_CLIENT_ID=280456401372340 +FACEBOOK_CLIENT_SECRET=86d6272c3a03d25442ecd7ccbf0c204c \ No newline at end of file diff --git a/components/article/Event.vue b/components/article/Event.vue new file mode 100644 index 0000000..50c0dbb --- /dev/null +++ b/components/article/Event.vue @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/components/article/Tag.vue b/components/article/Tag.vue new file mode 100644 index 0000000..023688e --- /dev/null +++ b/components/article/Tag.vue @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/components/article/Topic.vue b/components/article/Topic.vue new file mode 100644 index 0000000..fe91aa4 --- /dev/null +++ b/components/article/Topic.vue @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/components/dynamic-page/page-component/templates/articles/collections/BasicCollection.vue b/components/dynamic-page/page-component/templates/articles/collections/BasicCollection.vue index 5c496a4..5cd6b8b 100644 --- a/components/dynamic-page/page-component/templates/articles/collections/BasicCollection.vue +++ b/components/dynamic-page/page-component/templates/articles/collections/BasicCollection.vue @@ -1,7 +1,7 @@ - - - diff --git a/components/dynamic-page/page-component/templates/components/Podcast.vue b/components/dynamic-page/page-component/templates/components/Podcast.vue deleted file mode 100644 index 69a14c8..0000000 --- a/components/dynamic-page/page-component/templates/components/Podcast.vue +++ /dev/null @@ -1,191 +0,0 @@ - - - diff --git a/components/dynamic-page/page-component/templates/components/Video.vue b/components/dynamic-page/page-component/templates/components/Video.vue deleted file mode 100644 index 347a57d..0000000 --- a/components/dynamic-page/page-component/templates/components/Video.vue +++ /dev/null @@ -1,74 +0,0 @@ - - diff --git a/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue b/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue index 21f2315..a89d103 100644 --- a/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue +++ b/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue @@ -1,5 +1,5 @@