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 5095bcc commit c46fb29Copy full SHA for c46fb29
astro.config.mjs
@@ -1,5 +1,5 @@
1
-import vue from '@astrojs/vue';
2
-import tailwind from '@astrojs/tailwind';
+import vue from '@astrojs/vue'
+import tailwind from '@astrojs/tailwind'
3
4
export default {
5
root: '.', // Where to resolve all URLs relative to. Useful if you have a monorepo project.
@@ -15,12 +15,12 @@ export default {
15
port: 3000, // The port to run the dev server on.
16
},
17
integrations: [
18
- tailwind({
+ tailwind({
19
// Example: Provide a custom path to a Tailwind config file
20
config: {
21
path: './tailwind.config.cjs',
22
- applyBaseStyles: false
23
- },
+ applyBaseStyles: false,
+ },
24
}),
25
vue(),
26
],
0 commit comments