Skip to content

Commit

Permalink
chore: only use eleventyignore as ignore files for rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
gerjanvangeest committed Jun 10, 2024
1 parent fd30b18 commit 493277c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rocket.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import { copy } from '@web/rollup-plugin-copy';

export default {
presets: [rocketLaunch(), rocketSearch(), rocketBlog()],
eleventy(eleventyConfig) {
eleventyConfig.setUseGitIgnore(false);
},
absoluteBaseUrl: absoluteBaseUrlNetlify('http://localhost:8080'),
setupUnifiedPlugins: [
adjustPluginOptions(mdjsSetupCode, {
Expand Down

0 comments on commit 493277c

Please sign in to comment.