Skip to content

Commit 993f2e5

Browse files
committed
Local styles for development
1 parent 567a4e4 commit 993f2e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eleventy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = function (eleventyConfig) {
4141
})
4242

4343
eleventyConfig.addPassthroughCopy('_src/assets')
44+
eleventyConfig.addPassthroughCopy('_src/localStyles')
4445

4546
eleventyConfig.addNunjucksFilter('bootstrapNav', toBootstrapNav)
4647

@@ -66,7 +67,6 @@ module.exports = function (eleventyConfig) {
6667
layouts: '/_src/layouts',
6768
data: '/_src/data',
6869
output: '_dist',
69-
pathPrefix: '/Prep-Course/',
7070
},
7171
}
7272
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package-lock.json
44
# Eleventy build
55
_dist
66
_cache
7+
/_src/localStyles

0 commit comments

Comments
 (0)