Skip to content

Commit

Permalink
chore(move): comment subdir now that we have a domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Dec 24, 2023
1 parent 370a74c commit bbcb905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const initSearch = () => {
new PagefindUI({
element: '#search',
showImages: true,
bundlePath: "/danieletabellini/_pagefind/"
bundlePath: "/_pagefind/" // "/danieletabellini/_pagefind/"
})
const inputSearch = document.querySelector("input")
inputSearch.setAttribute("id", "site-search")
Expand Down

0 comments on commit bbcb905

Please sign in to comment.