We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ecc81 commit ee98415Copy full SHA for ee98415
astro.config.mjs
@@ -6,6 +6,7 @@ import tailwind from '@astrojs/tailwind';
6
7
// https://astro.build/config
8
export default defineConfig({
9
+ base:'/react-mix-tag-input/',
10
integrations: [react(), tailwind({
11
applyBaseStyles: false,
12
})]
0 commit comments