Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Dec 24, 2023
1 parent bbcb905 commit 297e96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(EleventyVitePlugin, {
tempFolderName: './.11ty-vite',
viteOptions: {
base: '/' // '/danieletabellini/',
base: '/', // '/danieletabellini/',
publicDir: 'public',
clearScreen: false,
server: {
Expand Down

0 comments on commit 297e96b

Please sign in to comment.