Skip to content

Commit

Permalink
fix(app): robots config
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Nov 13, 2023
1 parent f55b073 commit 0bb337c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/app/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default defineConfig({
policy: [
{
userAgent: '*',
allow: '/resources/',
disallow: ['/api/', '/rss/']
allow: '/resource/',
disallow: ['/resources/', '/api/', '/rss/']
}
]
}),
Expand Down Expand Up @@ -52,8 +52,6 @@ export default defineConfig({
}
},
vite: {
plugins: [
TsconfigPaths()
]
plugins: [TsconfigPaths()]
}
});

0 comments on commit 0bb337c

Please sign in to comment.