oof
This commit is contained in:
8
web/public/instrument.server.mjs
Normal file
8
web/public/instrument.server.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as Sentry from "@sentry/solidstart";
|
||||
|
||||
Sentry.init({
|
||||
dsn: process.env.VITE_SENTRY_DSN,
|
||||
enabled: process.env.NODE_ENV === "production",
|
||||
sendDefaultPii: true,
|
||||
tracesSampleRate: 0.1,
|
||||
});
|
||||
11
web/public/robots.txt
Normal file
11
web/public/robots.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Disallow admin and API routes
|
||||
Disallow: /admin/
|
||||
Disallow: /api/
|
||||
Disallow: /billing/
|
||||
Disallow: /auth/
|
||||
|
||||
# Sitemap
|
||||
Sitemap: https://kordant.com/sitemap.xml
|
||||
Reference in New Issue
Block a user