Skip to content

Commit 90e6e78

Browse files
authored
Merge pull request #181 from incluud/feature/update-astro-6
Update to Astro 6
2 parents bd36ba9 + d3b0e75 commit 90e6e78

14 files changed

Lines changed: 481 additions & 1677 deletions

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.5.1
1+
v22.12.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A ready-to-use, SEO and accessibility-focused Astro starter template. Built with
1616
1717
## (Accessibility) Features
1818

19-
- Astro 5.16.0+
19+
- Astro 6.1.1+
2020
- Tailwind CSS 4.1+ support
2121
- TypeScript integration with path aliases for easier imports and content collections support
2222
- Prettier integration with `prettier-plugin-astro` and `prettier-plugin-tailwind`

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const viteConfig = {
1212
css: {
1313
preprocessorOptions: {
1414
scss: {
15+
loadPaths: [fileURLToPath(new URL('./src/assets', import.meta.url))],
1516
logger: {
1617
warn: () => {},
1718
},

0 commit comments

Comments
 (0)