Jorge Paredes

Results 7 comments of Jorge Paredes

Considering that list.html is not used in the exampleSite. A "way" to escape from this problem in *hugo 0.18*, **it is not a solution**, is delete or rename the file...

Hi, @digitalcraftsman I found a solution. It is not necessary to rename or remove **list.html**. The solution is to re-structurate your content folder. Also it is necessary, to change the...

> I think the master branch is already updated for webpack 4 if I'm not mistaken? > > https://github.com/tailwindcss/webpack-starter/blob/master/package.json You are right, it is updated with webpack v4 but using...

Maybe this could help someone with these configuration: - Operative System version: macOS Big Sur 11.2.3 - QGIS: 3.16.5-Hannover # The short answer: In our computer console: > python_qgis_path -m...

In **rollup.config.js** you need to add **`inlineDynamicImports: true`** ```js export default { input: 'src/main.js', inlineDynamicImports: true, output: { sourcemap: true, format: 'iife', name: 'app', file: 'public/build/bundle.js' }, ...... } ```...

Hello @prasidh-agg i think the issue is your URL (maybe a typo) ![image](https://github.com/user-attachments/assets/1c15ad36-1910-4443-b4c9-04aed18ebb1e) The content of sitemap-0.xml is like this: ![image](https://github.com/user-attachments/assets/db2301e7-adfe-4b70-b214-0a77385e8b00) Finally the Submitted sitemaps show the status Success ![image](https://github.com/user-attachments/assets/5d1b1215-7211-4a1b-940f-3ccd38f05011)

I had the same issue: 404 for rss.xml (even in development mode) Doing an upgrade about the dependencies solved the problem: Tested dependencies versions in package.json file: ```js "dependencies": {...