Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1158 Embed ghost blog articles in frontend app #1161

Merged
merged 17 commits into from
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ GOOGLE_SECRET=
## Paypal ##
##############
# using 'sb' as sandbox. no need to put real sandbox key if you don't plan to test requests with backend webhooks
PAYPAL_CLIENT_ID=sb
PAYPAL_CLIENT_ID=sb

## Ghost ##
###########
GHOST_API_URL=https://blog.podkrepi.bg
GHOST_CONTENT_KEY=86ec17c4b9660acd66b6034682
2 changes: 2 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
env:
NODE_ENV: production
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
GHOST_API_URL: https://blog.podkrepi.bg
GHOST_CONTENT_KEY: ${{ secrets.GHOST_CONTENT_KEY }}
with:
push: false
target: production
Expand Down
2 changes: 2 additions & 0 deletions manifests/base/config-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ data:
app-url: https://podkrepi.bg
api-url: https://podkrepi.bg/api/v1
image-host: podkrepi.bg
ghost-api-url: https://blog.podkrepi.bg
ghost-content-key: 86ec17c4b9660acd66b6034682
10 changes: 10 additions & 0 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@ spec:
secretKeyRef:
name: secrets-web
key: paypal-client-id
- name: GHOST_API_URL
valueFrom:
configMapKeyRef:
name: config-web
key: ghost-api-url
- name: GHOST_CONTENT_KEY
valueFrom:
configMapKeyRef:
name: config-web
key: ghost-content-key
ports:
- containerPort: 3040
resources:
Expand Down
8 changes: 7 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ const moduleExports = {
CAMPAIGN: process.env.FEATURE_CAMPAIGN ?? false,
},
},
sentry: {
hideSourceMaps: true,
},
images: {
domains: [process.env.IMAGE_HOST ?? 'localhost'],
domains: [
process.env.IMAGE_HOST ?? 'localhost',
process.env.GHOST_API_URL?.replace('https://', '') || 'blog.podkrepi.bg',
],
},
async redirects() {
return [
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"predev": "shx test -e .env.local && exit 0 || shx echo 'You need to create .env.local file. Please check README.md!' && exit 1",
"dev": "yarn && next dev -p 3040",
"build": "yarn format && next build",
"build": "yarn && next build",
"start": "next start -p 3040",
"test": "jest --env=jsdom",
"test:e2e": "playwright test",
Expand Down Expand Up @@ -38,9 +38,11 @@
"@next/bundle-analyzer": "^12.1.0",
"@paypal/react-paypal-js": "^7.8.1",
"@react-pdf/renderer": "^3.0.1",
"@sentry/nextjs": "6.17.8",
"@sentry/nextjs": "7.21.1",
"@tanstack/react-query": "^4.16.1",
"@tryghost/content-api": "^1.11.4",
"@types/react-slick": "^0.23.10",
"@types/tryghost__content-api": "^1.3.11",
"@uppy/aws-s3": "2.0.5",
"@uppy/core": "2.1.1",
"@uppy/facebook": "2.0.4",
Expand Down Expand Up @@ -83,8 +85,8 @@
},
"devDependencies": {
"@playwright/test": "^1.24.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/cookie": "^0.4.1",
"@types/lodash.truncate": "^4.4.7",
"@types/lru-cache": "^5.1.1",
Expand Down
10 changes: 10 additions & 0 deletions public/locales/bg/blog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Блог",
"description": "Място за истории, идеи и добри каузи.",
"created-on": "Създаден на:",
"reading-time": {
"label": "Време за прочитане:",
"count_one": "{{count}} минутa",
"count_other": "{{count}} минути"
}
}
3 changes: 2 additions & 1 deletion public/locales/bg/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"logout": "Изход",
"register": "Регистрация",
"changePassword": "Смяна на парола",
"forgottenPassword": "Забравена парола?"
"forgottenPassword": "Забравена парола?",
"go-back": "Назад"
},
"meta": {
"title": "Подкрепи.бг"
Expand Down
10 changes: 10 additions & 0 deletions public/locales/en/blog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Blog",
"description": "A place for stories, ideas and good causes.",
"created-on": "Created on:",
"reading-time": {
"label": "Reading time:",
"count_one": "{{count}} minute",
"count_other": "{{count}} minutes"
}
}
3 changes: 2 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"logout": "Logout",
"register": "Signup",
"changePassword": "Change your password",
"forgottenPassword": "Forgotten password?"
"forgottenPassword": "Forgotten password?",
"go-back": "Go back"
},
"meta": {
"title": "Podkrepi.bg"
Expand Down
93 changes: 58 additions & 35 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,38 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://podkrepi.bg</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.384Z</lastmod></url>
<url><loc>https://podkrepi.bg/about</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.384Z</lastmod></url>
<url><loc>https://podkrepi.bg/about-project</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/campaigns</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/campaigns/create</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/change-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/chat</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/contact</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/forgotten-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/login</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/logout</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/privacy-policy</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/profile</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/register</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/support</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/support_us</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/terms-of-service</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/404</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/404</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/contact</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/privacy-policy</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/support</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/support_us</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/terms-of-service</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/about</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/about-project</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/common-questions</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/campaigns</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/donations</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/recurring-donations</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/potential-fraud</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/attracting-donators</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/corporate-partnership</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/faq</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-07-29T19:20:59.385Z</lastmod></url>
<url><loc>https://podkrepi.bg</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/about</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/about-project</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/campaigns</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/campaigns/create</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/change-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/chat</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/contact</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/finance-report</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/forgotten-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/login</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/logout</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/privacy-policy</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/profile</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/register</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/support</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/support_us</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/terms-of-service</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/404</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/404</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/about</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/blog</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/about-project</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/yanika-novo-nachalo</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/software-na-podkriepi-bg</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/pokana-obshto-sbranie-04-2022</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/v-pomoshch-na-postradali-ot-voinata-v-ukraina</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-georgi-malchev</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-radoslav-bozhinov</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/purviat-vatreshien-hakaton-na-podkrepi-bg-veche-e-fakt</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-radostina-goroshevich</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-ani-kalpachka</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-ivan-milchev</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-radiana-koleva</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-diana-dobreva</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-ilko-kacharov</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-stanka-cherkezova</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-martin-kovachev</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-julian-kalderon</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-ivan-goychev</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/blog/meet-ana-nikolova</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/contact</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/faq</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/finance-report</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/privacy-policy</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/support</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/support_us</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/en/terms-of-service</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/page/sample-page</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/common-questions</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/campaigns</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/donations</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/recurring-donations</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/potential-fraud</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/attracting-donators</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
<url><loc>https://podkrepi.bg/faq/corporate-partnership</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2022-11-23T15:46:04.698Z</lastmod></url>
</urlset>
2 changes: 1 addition & 1 deletion sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN

Sentry.init({
dsn: SENTRY_DSN || 'https://e25f62860a394934878c2e21306a6b66@o540074.ingest.sentry.io/5657969',
blacklistUrls: [/localhost/, /127.0.0.1/],
denyUrls: [/localhost/, /127.0.0.1/],
enabled: process.env.NODE_ENV !== 'development',
// Note: if you want to override the automatic release value, do not set a
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
Expand Down