I have deployed a website on Netlify from here: https://the-butler.cecil.app/about/ When I changed the subdomain, the website lost all formatting and became a plain HTML. After inspecting the website I found that there were multiple instances where the previous domain is mentioned which obviously does not exist now.
How to change a website domain name on Netlify which is using Cecil?
86 Views Asked by Alabhya At
1
There are 1 best solutions below
Related Questions in NETLIFY
- Blogdown: Deploy with Netlify fails with standard theme
- Blogdown site with Shiny App - Two domains needed?
- Are JAMstack conventions compatible with RESTful API design?
- Netlify forms not working with my GatsbyJS website
- DataTables not showing after Deployment [Netlify]
- Netlify Lambda doesn't include supporting files for Function
- FetchError: request to https://db.fauna.com/ failed, reason: write EPIPE
- How to know if the deployment on Netlify is done via API?
- Hugo site doesn't deploy to custom domain
- Gatsby Plugin Netlify CMS does not work with TypeScript?
- Local Netlify function server gives strange response instead of FaunaDB data
- Hosting with on netlify and using cpanel as a custom mail server
- Differences between Strapi and Netlify cms
- How to create an 'onClick' event for form submit button which both POSTS data to Netlify and redirects to Stripe Checkout?
- Cant deploy with Netlify and Stapi and Graphql
Related Questions in NETLIFY-CMS
- Gatsby Plugin Netlify CMS does not work with TypeScript?
- How to set media_folder and public_folder in Netlify CMS when not using static site generator?
- Embedding a youtube video in markdown field in Netlify CMS
- Netlify-cms existing collection items are not displayed even if github request returns item
- Gatsby + Netlify CMS - error Your site's "gatsby-node.js" must set the page path when creating a page
- How to add 'slug' tag automatically in markdown files using NetlifyCMS and Gatsby?
- Netlify Deploy: 12:43:01 AM: Build failed due to a user error: Build script returned non-zero exit code: 2
- Multiple Relation Item in Netlify CMS
- Is it possible to add gatsby blog on a subdomain to pre existing gatsby site?
- Github - Take check status and update commit status
- How to edit Hugo content files directly in content root folder
- Netlify CMS not saving hidden fields
- Serve static image using netlify?
- `gatsby build` works locally, but not on netlify CMS
- is it correct to use "Netlify CMS" as cms for an e-commerce store?
Related Questions in HYDE
- How to escape double brackets in Hyde markdown syntax
- Can I use something like Hyde from within Django?
- How to generate new content with Hyde?
- How to install poole/hyde in Jekyll?
- Global include in restructured text
- Blog on Google App Engine
- What makes static site generators like Jekyll and Hyde better than XML and XSLT?
- Hyde copy code from content straight in to deploy
- How to change a website domain name on Netlify which is using Cecil?
- Having trouble installing hyde with pip in a virtualenv in Windows
- using a static website generator for a blog on a dynamic website?
- Hyde static page site generator - issue with running hyde command from command line
- Error hyde with python-3.x
- Hyde LessCSS plugin doesn't convert less files to css
- Add table of contents to hyde-hyde theme in Hugo
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Edit your sourcecode to update those instances that mention the previous domain, to look at the new domain, or ideally to be a relative url, as then it will always look at the current site.
I suspect that the reason it looks like plain HTML is that you have lost access to your CSS stylesheets, so look into updating those links first.