Change output folder path in public folder

I have uploaded my Hugo here.

https://drive.google.com/open?id=1WYtK2Knz-jJiMSUkwqO0kOATQQ4Jpi5d

When i make hugo build my output folder is created at public/output.

what i am expecting the output is public/public/output.

Actual Problem

Reason why i need this output folder inside public is.

Initially when i make hugo build my public folder is created and the directory structure is

Public
api-reference
categories
css
dist
documentation
fonts
getting-started
images
img
output
share
and many single files

This is working in my hugo server.

I am using XAMPP server to deploy.

When i deploy public folder inside \xampp\htdocs .css and .js are not getting loaded. getting 404 exception.

The reason i have found is path is not correct for .css and .js files.

Copied my output folder inside public directory to \xampp\htdocs and .css and .js files were loaded properly and everything is working as expected.

I would like to change the path of output folder so that .css and .js files will be loaded.